Html Css Color HEX #B26EEF Medium Purple

📋 copy color: '#B26EEF'

red 178 ◦ green 110 ◦ blue 239

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

Shades of Medium Purple #B26EEF

Tints of Medium Purple #B26EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 33.78%
G = 20.87%
B = 45.35%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B26EEF (or 0xB26EEF) is known color: Medium Purple. HEX triplet: B2, 6E and EF. RGB value is (178,110,239). Sum of RGB (Red+Green+Blue) = 178+110+239=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #B26EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26EEF is #4D9110. Grayscale: #909090. Windows color (decimal): -5083409 or 15691442. OLE color: 15691442.

HSL color Cylindrical-coordinate representation of color #B26EEF: hue angle of 271.63º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26EEF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 110 239 -
CMYK 0.26 0.54 0 0.06
HSL 271.63º 0.8% 0.68% -
HSV(B) 271.63º 0.54% 0.94% -
XYZ 39.52 26.85 84.76 -
YUV 145.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 178 110 239 0.26 0.54 0 0.06 271.63 0.8 0.68
Hex B2 6E EF 1A 36 0 6 110 50 44
Octal 262 156 357 32 66 0 6 420 120 104
Binary 10110010 1101110 11101111 11010 110110 0 110 100010000 1010000 1000100

Color Harmonies of #B26EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EEF

Black with #B26EEF

Text Example


Text Example

White with #B26EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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