Html Css Color HEX #B66CCD Medium Orchid

📋 copy color: '#B66CCD'

red 182 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #B66CCD

Tints of Medium Orchid #B66CCD

RGB

 RED value IS 182 (71.48% from 255) = 36.77%

 GREEN value IS 108 (42.58% from 255) = 21.82%

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

R = 36.77%
G = 21.82%
B = 41.41%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B66CCD (or 0xB66CCD) is known color: Medium Orchid. HEX triplet: B6, 6C and CD. RGB value is (182,108,205). Sum of RGB (Red+Green+Blue) = 182+108+205=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #B66CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CCD is #499332. Grayscale: #8C8C8C. Windows color (decimal): -4821811 or 13462710. OLE color: 13462710.

HSL color Cylindrical-coordinate representation of color #B66CCD: hue angle of 285.77º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66CCD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 108 205 -
CMYK 0.11 0.47 0 0.20
HSL 285.77º 0.49% 0.61% -
HSV(B) 285.77º 0.47% 0.8% -
XYZ 35.67 25.08 60.72 -
YUV 141.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 182 108 205 0.11 0.47 0 0.20 285.77 0.49 0.61
Hex B6 6C CD B 2F 0 14 11E 31 3D
Octal 266 154 315 13 57 0 24 436 61 75
Binary 10110110 1101100 11001101 1011 101111 0 10100 100011110 110001 111101

Color Harmonies of #B66CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CCD

Black with #B66CCD

Text Example


Text Example

White with #B66CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CCD; }

 p { color: rgb(182,108,205); }

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

background-color css

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

 a { background-color: rgb(182,108,205); }

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

border-color css

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

 span { border-color: rgb(182,108,205); }

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