Html Css Color HEX #B66FCE Medium Orchid

📋 copy color: '#B66FCE'

red 182 ◦ green 111 ◦ blue 206

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

Shades of Medium Orchid #B66FCE

Tints of Medium Orchid #B66FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 36.47%
G = 22.24%
B = 41.28%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B66FCE (or 0xB66FCE) is known color: Medium Orchid. HEX triplet: B6, 6F and CE. RGB value is (182,111,206). Sum of RGB (Red+Green+Blue) = 182+111+206=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #B66FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FCE is #499031. Grayscale: #8E8E8E. Windows color (decimal): -4821042 or 13529014. OLE color: 13529014.

HSL color Cylindrical-coordinate representation of color #B66FCE: hue angle of 284.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66FCE is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 111 206 -
CMYK 0.12 0.46 0 0.19
HSL 284.84º 0.49% 0.62% -
HSV(B) 284.84º 0.46% 0.81% -
XYZ 36.12 25.77 61.46 -
YUV 143.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 182 111 206 0.12 0.46 0 0.19 284.84 0.49 0.62
Hex B6 6F CE C 2E 0 13 11D 31 3E
Octal 266 157 316 14 56 0 23 435 61 76
Binary 10110110 1101111 11001110 1100 101110 0 10011 100011101 110001 111110

Color Harmonies of #B66FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FCE

Black with #B66FCE

Text Example


Text Example

White with #B66FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FCE; }

 p { color: rgb(182,111,206); }

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

background-color css

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

 a { background-color: rgb(182,111,206); }

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

border-color css

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

 span { border-color: rgb(182,111,206); }

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