Html Css Color HEX #B06CCE Medium Orchid

📋 copy color: '#B06CCE'

red 176 ◦ green 108 ◦ blue 206

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

Shades of Medium Orchid #B06CCE

Tints of Medium Orchid #B06CCE

RGB

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

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

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

R = 35.92%
G = 22.04%
B = 42.04%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B06CCE (or 0xB06CCE) is known color: Medium Orchid. HEX triplet: B0, 6C and CE. RGB value is (176,108,206). Sum of RGB (Red+Green+Blue) = 176+108+206=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #B06CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CCE is #4F9331. Grayscale: #8B8B8B. Windows color (decimal): -5215026 or 13528240. OLE color: 13528240.

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

Color convert

RGB 176 108 206 -
CMYK 0.15 0.48 0 0.19
HSL 281.63º 0.5% 0.62% -
HSV(B) 281.63º 0.48% 0.81% -
XYZ 34.41 24.41 61.29 -
YUV 139.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 176 108 206 0.15 0.48 0 0.19 281.63 0.5 0.62
Hex B0 6C CE F 30 0 13 11A 32 3E
Octal 260 154 316 17 60 0 23 432 62 76
Binary 10110000 1101100 11001110 1111 110000 0 10011 100011010 110010 111110

Color Harmonies of #B06CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CCE

Black with #B06CCE

Text Example


Text Example

White with #B06CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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