Html Css Color HEX #B06FEE Medium Purple

📋 copy color: '#B06FEE'

red 176 ◦ green 111 ◦ blue 238

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

Shades of Medium Purple #B06FEE

Tints of Medium Purple #B06FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 33.52%
G = 21.14%
B = 45.33%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B06FEE (or 0xB06FEE) is known color: Medium Purple. HEX triplet: B0, 6F and EE. RGB value is (176,111,238). Sum of RGB (Red+Green+Blue) = 176+111+238=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #B06FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FEE is #4F9011. Grayscale: #909090. Windows color (decimal): -5214226 or 15626160. OLE color: 15626160.

HSL color Cylindrical-coordinate representation of color #B06FEE: hue angle of 270.71º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06FEE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 111 238 -
CMYK 0.26 0.53 0 0.07
HSL 270.71º 0.79% 0.68% -
HSV(B) 270.71º 0.53% 0.93% -
XYZ 39.02 26.77 84 -
YUV 144.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 176 111 238 0.26 0.53 0 0.07 270.71 0.79 0.68
Hex B0 6F EE 1A 35 0 7 10F 4F 44
Octal 260 157 356 32 65 0 7 417 117 104
Binary 10110000 1101111 11101110 11010 110101 0 111 100001111 1001111 1000100

Color Harmonies of #B06FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FEE

Black with #B06FEE

Text Example


Text Example

White with #B06FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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