Html Css Color HEX #B06EFE Medium Purple

📋 copy color: '#B06EFE'

red 176 ◦ green 110 ◦ blue 254

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

Shades of Medium Purple #B06EFE

Tints of Medium Purple #B06EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.37%

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 32.59%
G = 20.37%
B = 47.04%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B06EFE (or 0xB06EFE) is known color: Medium Purple. HEX triplet: B0, 6E and FE. RGB value is (176,110,254). Sum of RGB (Red+Green+Blue) = 176+110+254=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #B06EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EFE is #4F9101. Grayscale: #919191. Windows color (decimal): -5214466 or 16674480. OLE color: 16674480.

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

Color convert

RGB 176 110 254 -
CMYK 0.31 0.57 0 0.00
HSL 267.5º 0.99% 0.71% -
HSV(B) 267.5º 0.57% 1% -
XYZ 41.37 27.54 96.9 -
YUV 146.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 176 110 254 0.31 0.57 0 0.00 267.5 0.99 0.71
Hex B0 6E FE 1F 39 0 0 10C 63 47
Octal 260 156 376 37 71 0 0 414 143 107
Binary 10110000 1101110 11111110 11111 111001 0 0 100001100 1100011 1000111

Color Harmonies of #B06EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EFE

Black with #B06EFE

Text Example


Text Example

White with #B06EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EFE; }

 p { color: rgb(176,110,254); }

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

background-color css

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

 a { background-color: rgb(176,110,254); }

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

border-color css

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

 span { border-color: rgb(176,110,254); }

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