Html Css Color HEX #B566CD Medium Orchid

📋 copy color: '#B566CD'

red 181 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #B566CD

Tints of Medium Orchid #B566CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 37.09%
G = 20.9%
B = 42.01%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B566CD (or 0xB566CD) is known color: Medium Orchid. HEX triplet: B5, 66 and CD. RGB value is (181,102,205). Sum of RGB (Red+Green+Blue) = 181+102+205=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B566CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CD is #4A9932. Grayscale: #898989. Windows color (decimal): -4888883 or 13461173. OLE color: 13461173.

HSL color Cylindrical-coordinate representation of color #B566CD: hue angle of 286.02º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B566CD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 102 205 -
CMYK 0.12 0.50 0 0.20
HSL 286.02º 0.51% 0.6% -
HSV(B) 286.02º 0.5% 0.8% -
XYZ 34.83 23.73 60.5 -
YUV 137.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 181 102 205 0.12 0.50 0 0.20 286.02 0.51 0.6
Hex B5 66 CD C 32 0 14 11E 33 3C
Octal 265 146 315 14 62 0 24 436 63 74
Binary 10110101 1100110 11001101 1100 110010 0 10100 100011110 110011 111100

Color Harmonies of #B566CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566CD

Black with #B566CD

Text Example


Text Example

White with #B566CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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