Html Css Color HEX #B06CBE Medium Orchid

📋 copy color: '#B06CBE'

red 176 ◦ green 108 ◦ blue 190

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

Shades of Medium Orchid #B06CBE

Tints of Medium Orchid #B06CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 37.13%
G = 22.78%
B = 40.08%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B06CBE (or 0xB06CBE) is known color: Medium Orchid. HEX triplet: B0, 6C and BE. RGB value is (176,108,190). Sum of RGB (Red+Green+Blue) = 176+108+190=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CBE is #4F9341. Grayscale: #898989. Windows color (decimal): -5215042 or 12479664. OLE color: 12479664.

HSL color Cylindrical-coordinate representation of color #B06CBE: hue angle of 289.76º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06CBE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 108 190 -
CMYK 0.07 0.43 0 0.25
HSL 289.76º 0.39% 0.58% -
HSV(B) 289.76º 0.43% 0.75% -
XYZ 32.56 23.67 51.57 -
YUV 137.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 176 108 190 0.07 0.43 0 0.25 289.76 0.39 0.58
Hex B0 6C BE 7 2B 0 19 122 27 3A
Octal 260 154 276 7 53 0 31 442 47 72
Binary 10110000 1101100 10111110 111 101011 0 11001 100100010 100111 111010

Color Harmonies of #B06CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CBE

Black with #B06CBE

Text Example


Text Example

White with #B06CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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