Html Css Color HEX #B06FFF Medium Purple

📋 copy color: '#B06FFF'

red 176 ◦ green 111 ◦ blue 255

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

Shades of Medium Purple #B06FFF

Tints of Medium Purple #B06FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.05%

R = 32.47%
G = 20.48%
B = 47.05%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B06FFF (or 0xB06FFF) is known color: Medium Purple. HEX triplet: B0, 6F and FF. RGB value is (176,111,255). Sum of RGB (Red+Green+Blue) = 176+111+255=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #B06FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FFF is #4F9000. Grayscale: #929292. Windows color (decimal): -5214209 or 16740272. OLE color: 16740272.

HSL color Cylindrical-coordinate representation of color #B06FFF: hue angle of 267.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06FFF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 111 255 -
CMYK 0.31 0.56 0 0
HSL 267.08º 1% 0.72% -
HSV(B) 267.08º 0.56% 1% -
XYZ 41.64 27.82 97.78 -
YUV 146.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 176 111 255 0.31 0.56 0 0 267.08 1 0.72
Hex B0 6F FF 1F 38 0 0 10B 64 48
Octal 260 157 377 37 70 0 0 413 144 110
Binary 10110000 1101111 11111111 11111 111000 0 0 100001011 1100100 1001000

Color Harmonies of #B06FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FFF

Black with #B06FFF

Text Example


Text Example

White with #B06FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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