Html Css Color HEX #B06DED Medium Purple

📋 copy color: '#B06DED'

red 176 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #B06DED

Tints of Medium Purple #B06DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 33.72%
G = 20.88%
B = 45.4%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B06DED (or 0xB06DED) is known color: Medium Purple. HEX triplet: B0, 6D and ED. RGB value is (176,109,237). Sum of RGB (Red+Green+Blue) = 176+109+237=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #B06DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06DED is #4F9212. Grayscale: #8F8F8F. Windows color (decimal): -5214739 or 15560112. OLE color: 15560112.

HSL color Cylindrical-coordinate representation of color #B06DED: hue angle of 271.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06DED is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 109 237 -
CMYK 0.26 0.54 0 0.07
HSL 271.41º 0.78% 0.68% -
HSV(B) 271.41º 0.54% 0.93% -
XYZ 38.66 26.28 83.16 -
YUV 143.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 176 109 237 0.26 0.54 0 0.07 271.41 0.78 0.68
Hex B0 6D ED 1A 36 0 7 10F 4E 44
Octal 260 155 355 32 66 0 7 417 116 104
Binary 10110000 1101101 11101101 11010 110110 0 111 100001111 1001110 1000100

Color Harmonies of #B06DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DED

Black with #B06DED

Text Example


Text Example

White with #B06DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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