Html Css Color HEX #B06FED Medium Purple

📋 copy color: '#B06FED'

red 176 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #B06FED

Tints of Medium Purple #B06FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

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

R = 33.59%
G = 21.18%
B = 45.23%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B06FED (or 0xB06FED) is known color: Medium Purple. HEX triplet: B0, 6F and ED. RGB value is (176,111,237). Sum of RGB (Red+Green+Blue) = 176+111+237=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #B06FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FED is #4F9012. Grayscale: #909090. Windows color (decimal): -5214227 or 15560624. OLE color: 15560624.

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

Color convert

RGB 176 111 237 -
CMYK 0.26 0.53 0 0.07
HSL 270.95º 0.78% 0.68% -
HSV(B) 270.95º 0.53% 0.93% -
XYZ 38.88 26.71 83.23 -
YUV 144.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 176 111 237 0.26 0.53 0 0.07 270.95 0.78 0.68
Hex B0 6F ED 1A 35 0 7 10F 4E 44
Octal 260 157 355 32 65 0 7 417 116 104
Binary 10110000 1101111 11101101 11010 110101 0 111 100001111 1001110 1000100

Color Harmonies of #B06FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FED

Black with #B06FED

Text Example


Text Example

White with #B06FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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