Html Css Color HEX #B06BED Medium Purple

📋 copy color: '#B06BED'

red 176 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #B06BED

Tints of Medium Purple #B06BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.58%

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

R = 33.85%
G = 20.58%
B = 45.58%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B06BED (or 0xB06BED) is known color: Medium Purple. HEX triplet: B0, 6B and ED. RGB value is (176,107,237). Sum of RGB (Red+Green+Blue) = 176+107+237=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #B06BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BED is #4F9412. Grayscale: #8E8E8E. Windows color (decimal): -5215251 or 15559600. OLE color: 15559600.

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

Color convert

RGB 176 107 237 -
CMYK 0.26 0.55 0 0.07
HSL 271.85º 0.78% 0.67% -
HSV(B) 271.85º 0.55% 0.93% -
XYZ 38.45 25.86 83.09 -
YUV 142.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 176 107 237 0.26 0.55 0 0.07 271.85 0.78 0.67
Hex B0 6B ED 1A 37 0 7 110 4E 43
Octal 260 153 355 32 67 0 7 420 116 103
Binary 10110000 1101011 11101101 11010 110111 0 111 100010000 1001110 1000011

Color Harmonies of #B06BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BED

Black with #B06BED

Text Example


Text Example

White with #B06BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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