Html Css Color HEX #B06DFB Medium Purple

📋 copy color: '#B06DFB'

red 176 ◦ green 109 ◦ blue 251

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

Shades of Medium Purple #B06DFB

Tints of Medium Purple #B06DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.34%

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

R = 32.84%
G = 20.34%
B = 46.83%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B06DFB (or 0xB06DFB) is known color: Medium Purple. HEX triplet: B0, 6D and FB. RGB value is (176,109,251). Sum of RGB (Red+Green+Blue) = 176+109+251=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #B06DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06DFB is #4F9204. Grayscale: #909090. Windows color (decimal): -5214725 or 16477616. OLE color: 16477616.

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

Color convert

RGB 176 109 251 -
CMYK 0.30 0.57 0 0.02
HSL 268.31º 0.95% 0.71% -
HSV(B) 268.31º 0.57% 0.98% -
XYZ 40.79 27.13 94.35 -
YUV 145.22 187.7 149.95 -
System Red Green Blue C M Y K H S L
Decimal 176 109 251 0.30 0.57 0 0.02 268.31 0.95 0.71
Hex B0 6D FB 1E 39 0 2 10C 5F 47
Octal 260 155 373 36 71 0 2 414 137 107
Binary 10110000 1101101 11111011 11110 111001 0 10 100001100 1011111 1000111

Color Harmonies of #B06DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DFB

Black with #B06DFB

Text Example


Text Example

White with #B06DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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