Html Css Color HEX #B06FEF Medium Purple

📋 copy color: '#B06FEF'

red 176 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #B06FEF

Tints of Medium Purple #B06FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 33.46%
G = 21.1%
B = 45.44%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B06FEF (or 0xB06FEF) is known color: Medium Purple. HEX triplet: B0, 6F and EF. RGB value is (176,111,239). Sum of RGB (Red+Green+Blue) = 176+111+239=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #B06FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FEF is #4F9010. Grayscale: #909090. Windows color (decimal): -5214225 or 15691696. OLE color: 15691696.

HSL color Cylindrical-coordinate representation of color #B06FEF: hue angle of 270.47º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06FEF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 111 239 -
CMYK 0.26 0.54 0 0.06
HSL 270.47º 0.8% 0.69% -
HSV(B) 270.47º 0.54% 0.94% -
XYZ 39.17 26.83 84.78 -
YUV 145.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 176 111 239 0.26 0.54 0 0.06 270.47 0.8 0.69
Hex B0 6F EF 1A 36 0 6 10E 50 45
Octal 260 157 357 32 66 0 6 416 120 105
Binary 10110000 1101111 11101111 11010 110110 0 110 100001110 1010000 1000101

Color Harmonies of #B06FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FEF

Black with #B06FEF

Text Example


Text Example

White with #B06FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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