Html Css Color HEX #B26FEC Medium Purple

📋 copy color: '#B26FEC'

red 178 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #B26FEC

Tints of Medium Purple #B26FEC

RGB

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

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

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

R = 33.9%
G = 21.14%
B = 44.95%

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

#B26FEC (or 0xB26FEC) is known color: Medium Purple. HEX triplet: B2, 6F and EC. RGB value is (178,111,236). Sum of RGB (Red+Green+Blue) = 178+111+236=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #B26FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26FEC is #4D9013. Grayscale: #909090. Windows color (decimal): -5083156 or 15495090. OLE color: 15495090.

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

Color convert

RGB 178 111 236 -
CMYK 0.25 0.53 0 0.07
HSL 272.16º 0.77% 0.68% -
HSV(B) 272.16º 0.53% 0.93% -
XYZ 39.18 26.89 82.48 -
YUV 145.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 178 111 236 0.25 0.53 0 0.07 272.16 0.77 0.68
Hex B2 6F EC 19 35 0 7 110 4D 44
Octal 262 157 354 31 65 0 7 420 115 104
Binary 10110010 1101111 11101100 11001 110101 0 111 100010000 1001101 1000100

Color Harmonies of #B26FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FEC

Black with #B26FEC

Text Example


Text Example

White with #B26FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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