Html Css Color HEX #B06AFB Medium Purple

📋 copy color: '#B06AFB'

red 176 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #B06AFB

Tints of Medium Purple #B06AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.89%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 33.02%
G = 19.89%
B = 47.09%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B06AFB (or 0xB06AFB) is known color: Medium Purple. HEX triplet: B0, 6A and FB. RGB value is (176,106,251). Sum of RGB (Red+Green+Blue) = 176+106+251=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #B06AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AFB is #4F9504. Grayscale: #8E8E8E. Windows color (decimal): -5215493 or 16476848. OLE color: 16476848.

HSL color Cylindrical-coordinate representation of color #B06AFB: hue angle of 268.97º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06AFB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 106 251 -
CMYK 0.30 0.58 0 0.02
HSL 268.97º 0.95% 0.7% -
HSV(B) 268.97º 0.58% 0.98% -
XYZ 40.47 26.5 94.25 -
YUV 143.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 176 106 251 0.30 0.58 0 0.02 268.97 0.95 0.7
Hex B0 6A FB 1E 3A 0 2 10D 5F 46
Octal 260 152 373 36 72 0 2 415 137 106
Binary 10110000 1101010 11111011 11110 111010 0 10 100001101 1011111 1000110

Color Harmonies of #B06AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AFB

Black with #B06AFB

Text Example


Text Example

White with #B06AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AFB; }

 p { color: rgb(176,106,251); }

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

background-color css

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

 a { background-color: rgb(176,106,251); }

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

border-color css

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

 span { border-color: rgb(176,106,251); }

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