Html Css Color HEX #B566C6 Medium Orchid

📋 copy color: '#B566C6'

red 181 ◦ green 102 ◦ blue 198

#B566C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B566C6

Tints of Medium Orchid #B566C6

RGB

 RED value IS 181 (71.09% from 255) = 37.63%

 GREEN value IS 102 (40.23% from 255) = 21.21%

 BLUE value IS 198 (77.73% from 255) = 41.16%

R = 37.63%
G = 21.21%
B = 41.16%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B566C6 (or 0xB566C6) is known color: Medium Orchid. HEX triplet: B5, 66 and C6. RGB value is (181,102,198). Sum of RGB (Red+Green+Blue) = 181+102+198=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #B566C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566C6 is #4A9939. Grayscale: #888888. Windows color (decimal): -4888890 or 13002421. OLE color: 13002421.

HSL color Cylindrical-coordinate representation of color #B566C6: hue angle of 289.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B566C6 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 102 198 -
CMYK 0.09 0.48 0 0.22
HSL 289.38º 0.46% 0.59% -
HSV(B) 289.38º 0.48% 0.78% -
XYZ 34 23.4 56.15 -
YUV 136.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 181 102 198 0.09 0.48 0 0.22 289.38 0.46 0.59
Hex B5 66 C6 9 30 0 16 121 2E 3B
Octal 265 146 306 11 60 0 26 441 56 73
Binary 10110101 1100110 11000110 1001 110000 0 10110 100100001 101110 111011

Color Harmonies of #B566C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566C6

Black with #B566C6

Text Example


Text Example

White with #B566C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566C6; }

 p { color: rgb(181,102,198); }

 H1.HeaderClassName
 {
   color: #B566C6;
 }
 .AnyTagClassName
 {
   color: #B566C6;
 }
</style>

background-color css

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

 a { background-color: rgb(181,102,198); }

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

border-color css

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

 span { border-color: rgb(181,102,198); }

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