Html Css Color HEX #B066CE Medium Orchid

📋 copy color: '#B066CE'

red 176 ◦ green 102 ◦ blue 206

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

Shades of Medium Orchid #B066CE

Tints of Medium Orchid #B066CE

RGB

 RED value IS 176 (69.14% from 255) = 36.36%

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

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

R = 36.36%
G = 21.07%
B = 42.56%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B066CE (or 0xB066CE) is known color: Medium Orchid. HEX triplet: B0, 66 and CE. RGB value is (176,102,206). Sum of RGB (Red+Green+Blue) = 176+102+206=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #B066CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066CE is #4F9931. Grayscale: #878787. Windows color (decimal): -5216562 or 13526704. OLE color: 13526704.

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

Color convert

RGB 176 102 206 -
CMYK 0.15 0.50 0 0.19
HSL 282.69º 0.51% 0.6% -
HSV(B) 282.69º 0.5% 0.81% -
XYZ 33.8 23.19 61.09 -
YUV 135.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 176 102 206 0.15 0.50 0 0.19 282.69 0.51 0.6
Hex B0 66 CE F 32 0 13 11B 33 3C
Octal 260 146 316 17 62 0 23 433 63 74
Binary 10110000 1100110 11001110 1111 110010 0 10011 100011011 110011 111100

Color Harmonies of #B066CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066CE

Black with #B066CE

Text Example


Text Example

White with #B066CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066CE; }

 p { color: rgb(176,102,206); }

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

background-color css

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

 a { background-color: rgb(176,102,206); }

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

border-color css

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

 span { border-color: rgb(176,102,206); }

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