Html Css Color HEX #B06FFB Medium Purple

📋 copy color: '#B06FFB'

red 176 ◦ green 111 ◦ blue 251

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

Shades of Medium Purple #B06FFB

Tints of Medium Purple #B06FFB

RGB

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

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

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

R = 32.71%
G = 20.63%
B = 46.65%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B06FFB (or 0xB06FFB) is known color: Medium Purple. HEX triplet: B0, 6F and FB. RGB value is (176,111,251). Sum of RGB (Red+Green+Blue) = 176+111+251=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #B06FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FFB is #4F9004. Grayscale: #919191. Windows color (decimal): -5214213 or 16478128. OLE color: 16478128.

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

Color convert

RGB 176 111 251 -
CMYK 0.30 0.56 0 0.02
HSL 267.86º 0.95% 0.71% -
HSV(B) 267.86º 0.56% 0.98% -
XYZ 41 27.56 94.43 -
YUV 146.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 176 111 251 0.30 0.56 0 0.02 267.86 0.95 0.71
Hex B0 6F FB 1E 38 0 2 10C 5F 47
Octal 260 157 373 36 70 0 2 414 137 107
Binary 10110000 1101111 11111011 11110 111000 0 10 100001100 1011111 1000111

Color Harmonies of #B06FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FFB

Black with #B06FFB

Text Example


Text Example

White with #B06FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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