Html Css Color HEX #B06DBE Medium Orchid

📋 copy color: '#B06DBE'

red 176 ◦ green 109 ◦ blue 190

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

Shades of Medium Orchid #B06DBE

Tints of Medium Orchid #B06DBE

RGB

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

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

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

R = 37.05%
G = 22.95%
B = 40%

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

#B06DBE (or 0xB06DBE) is known color: Medium Orchid. HEX triplet: B0, 6D and BE. RGB value is (176,109,190). Sum of RGB (Red+Green+Blue) = 176+109+190=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DBE is #4F9241. Grayscale: #8A8A8A. Windows color (decimal): -5214786 or 12479920. OLE color: 12479920.

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

Color convert

RGB 176 109 190 -
CMYK 0.07 0.43 0 0.25
HSL 289.63º 0.38% 0.59% -
HSV(B) 289.63º 0.43% 0.75% -
XYZ 32.67 23.89 51.6 -
YUV 138.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 176 109 190 0.07 0.43 0 0.25 289.63 0.38 0.59
Hex B0 6D BE 7 2B 0 19 122 26 3B
Octal 260 155 276 7 53 0 31 442 46 73
Binary 10110000 1101101 10111110 111 101011 0 11001 100100010 100110 111011

Color Harmonies of #B06DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DBE

Black with #B06DBE

Text Example


Text Example

White with #B06DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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