#B645F3

Color #B645F3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B645F3

Tints of Medium Orchid #B645F3

Color information

#B645F3 (or 0xB645F3) is unknown color: approx Medium Orchid. HEX triplet: B6, 45 and F3. RGB value is (182,69,243). Sum of RGB (Red+Green+Blue) = 182+69+243=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #B645F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645F3 is #49BA0C. Grayscale: #7A7A7A. Windows color (decimal): -4831757 or 15943094. OLE color: 15943094.

HSL color Cylindrical-coordinate representation of color #B645F3: hue angle of 278.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B645F3 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18269243-
CMYK0.250.7200.05
HSL278.97º87.88%61.18%-
HSV(B)278.97º71.6%95.29%-
XYZ37.620.6786.8-
YUV122.62195.94170.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 69 (27.34% from 255) = 13.97%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=36.84%
G=13.97%
B=49.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182692430.250.7200.05278.9787.8861.18
HexB645F3194805117583d
Octal266105363311100542713075
Binary1011011010001011111001111001100100001011000101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645F3; }

 p { color: rgb(182,69,243); }

 H1.HeaderClassName
 {
   color: #B645F3;
 }
 .AnyTagClassName
 {
   color: #B645F3;
 }
</style>
background-color css

<style>
 a { background-color: #B645F3; }

 a { background-color: rgb(182,69,243); }

 div.DivClassName
 {
   background-color: #B645F3;
 }
 .BgClassName
 {
   background-color: #B645F3;
 }
</style>
border-color css

<style>
 span { border-color: #B645F3; }

 span { border-color: rgb(182,69,243); }

 td.TdClassName
 {
   border-color: #B645F3;
 }
 .TagClassName
 {
   border-color: #B645F3;
 }
</style>