Html Css Color HEX #B06DCB Medium Orchid

📋 copy color: '#B06DCB'

red 176 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #B06DCB

Tints of Medium Orchid #B06DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 36.07%
G = 22.34%
B = 41.6%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B06DCB (or 0xB06DCB) is known color: Medium Orchid. HEX triplet: B0, 6D and CB. RGB value is (176,109,203). Sum of RGB (Red+Green+Blue) = 176+109+203=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DCB is #4F9234. Grayscale: #8B8B8B. Windows color (decimal): -5214773 or 13331888. OLE color: 13331888.

HSL color Cylindrical-coordinate representation of color #B06DCB: hue angle of 282.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06DCB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 109 203 -
CMYK 0.13 0.46 0 0.20
HSL 282.77º 0.47% 0.61% -
HSV(B) 282.77º 0.46% 0.8% -
XYZ 34.15 24.48 59.42 -
YUV 139.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 176 109 203 0.13 0.46 0 0.20 282.77 0.47 0.61
Hex B0 6D CB D 2E 0 14 11B 2F 3D
Octal 260 155 313 15 56 0 24 433 57 75
Binary 10110000 1101101 11001011 1101 101110 0 10100 100011011 101111 111101

Color Harmonies of #B06DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DCB

Black with #B06DCB

Text Example


Text Example

White with #B06DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DCB; }

 p { color: rgb(176,109,203); }

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

background-color css

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

 a { background-color: rgb(176,109,203); }

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

border-color css

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

 span { border-color: rgb(176,109,203); }

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