Html Css Color HEX #B06BF6 Medium Purple

📋 copy color: '#B06BF6'

red 176 ◦ green 107 ◦ blue 246

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

Shades of Medium Purple #B06BF6

Tints of Medium Purple #B06BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.5%

R = 33.27%
G = 20.23%
B = 46.5%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B06BF6 (or 0xB06BF6) is known color: Medium Purple. HEX triplet: B0, 6B and F6. RGB value is (176,107,246). Sum of RGB (Red+Green+Blue) = 176+107+246=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #B06BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BF6 is #4F9409. Grayscale: #8E8E8E. Windows color (decimal): -5215242 or 16149424. OLE color: 16149424.

HSL color Cylindrical-coordinate representation of color #B06BF6: hue angle of 269.78º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B06BF6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 107 246 -
CMYK 0.28 0.57 0 0.04
HSL 269.78º 0.89% 0.69% -
HSV(B) 269.78º 0.57% 0.96% -
XYZ 39.8 26.4 90.19 -
YUV 143.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 176 107 246 0.28 0.57 0 0.04 269.78 0.89 0.69
Hex B0 6B F6 1C 39 0 4 10E 59 45
Octal 260 153 366 34 71 0 4 416 131 105
Binary 10110000 1101011 11110110 11100 111001 0 100 100001110 1011001 1000101

Color Harmonies of #B06BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BF6

Black with #B06BF6

Text Example


Text Example

White with #B06BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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