Html Css Color HEX #B06DCD Medium Orchid

📋 copy color: '#B06DCD'

red 176 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #B06DCD

Tints of Medium Orchid #B06DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 35.92%
G = 22.24%
B = 41.84%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B06DCD (or 0xB06DCD) is known color: Medium Orchid. HEX triplet: B0, 6D and CD. RGB value is (176,109,205). Sum of RGB (Red+Green+Blue) = 176+109+205=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B06DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DCD is #4F9232. Grayscale: #8B8B8B. Windows color (decimal): -5214771 or 13462960. OLE color: 13462960.

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

Color convert

RGB 176 109 205 -
CMYK 0.14 0.47 0 0.20
HSL 281.88º 0.49% 0.62% -
HSV(B) 281.88º 0.47% 0.8% -
XYZ 34.39 24.58 60.69 -
YUV 139.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 176 109 205 0.14 0.47 0 0.20 281.88 0.49 0.62
Hex B0 6D CD E 2F 0 14 11A 31 3E
Octal 260 155 315 16 57 0 24 432 61 76
Binary 10110000 1101101 11001101 1110 101111 0 10100 100011010 110001 111110

Color Harmonies of #B06DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DCD

Black with #B06DCD

Text Example


Text Example

White with #B06DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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