Html Css Color HEX #B666CD Medium Orchid

📋 copy color: '#B666CD'

red 182 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #B666CD

Tints of Medium Orchid #B666CD

RGB

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

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

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

R = 37.22%
G = 20.86%
B = 41.92%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B666CD (or 0xB666CD) is known color: Medium Orchid. HEX triplet: B6, 66 and CD. RGB value is (182,102,205). Sum of RGB (Red+Green+Blue) = 182+102+205=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B666CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666CD is #499932. Grayscale: #898989. Windows color (decimal): -4823347 or 13461174. OLE color: 13461174.

HSL color Cylindrical-coordinate representation of color #B666CD: hue angle of 286.6º 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 #B666CD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 102 205 -
CMYK 0.11 0.50 0 0.20
HSL 286.6º 0.51% 0.6% -
HSV(B) 286.6º 0.5% 0.8% -
XYZ 35.06 23.86 60.51 -
YUV 137.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 182 102 205 0.11 0.50 0 0.20 286.6 0.51 0.6
Hex B6 66 CD B 32 0 14 11F 33 3C
Octal 266 146 315 13 62 0 24 437 63 74
Binary 10110110 1100110 11001101 1011 110010 0 10100 100011111 110011 111100

Color Harmonies of #B666CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666CD

Black with #B666CD

Text Example


Text Example

White with #B666CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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