Html Css Color HEX #B26EEC Medium Purple

📋 copy color: '#B26EEC'

red 178 ◦ green 110 ◦ blue 236

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

Shades of Medium Purple #B26EEC

Tints of Medium Purple #B26EEC

RGB

 RED value IS 178 (69.92% from 255) = 33.97%

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 33.97%
G = 20.99%
B = 45.04%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B26EEC (or 0xB26EEC) is known color: Medium Purple. HEX triplet: B2, 6E and EC. RGB value is (178,110,236). Sum of RGB (Red+Green+Blue) = 178+110+236=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #B26EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26EEC is #4D9113. Grayscale: #909090. Windows color (decimal): -5083412 or 15494834. OLE color: 15494834.

HSL color Cylindrical-coordinate representation of color #B26EEC: hue angle of 272.38º degrees, saturation: 0.77, 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 #B26EEC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 110 236 -
CMYK 0.25 0.53 0 0.07
HSL 272.38º 0.77% 0.68% -
HSV(B) 272.38º 0.53% 0.93% -
XYZ 39.08 26.67 82.45 -
YUV 144.7 179.53 151.75 -
System Red Green Blue C M Y K H S L
Decimal 178 110 236 0.25 0.53 0 0.07 272.38 0.77 0.68
Hex B2 6E EC 19 35 0 7 110 4D 44
Octal 262 156 354 31 65 0 7 420 115 104
Binary 10110010 1101110 11101100 11001 110101 0 111 100010000 1001101 1000100

Color Harmonies of #B26EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EEC

Black with #B26EEC

Text Example


Text Example

White with #B26EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EEC; }

 p { color: rgb(178,110,236); }

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

background-color css

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

 a { background-color: rgb(178,110,236); }

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

border-color css

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

 span { border-color: rgb(178,110,236); }

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