Html Css Color HEX #B26EEB Medium Purple

📋 copy color: '#B26EEB'

red 178 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #B26EEB

Tints of Medium Purple #B26EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 34.03%
G = 21.03%
B = 44.93%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B26EEB (or 0xB26EEB) is known color: Medium Purple. HEX triplet: B2, 6E and EB. RGB value is (178,110,235). Sum of RGB (Red+Green+Blue) = 178+110+235=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #B26EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26EEB is #4D9114. Grayscale: #909090. Windows color (decimal): -5083413 or 15429298. OLE color: 15429298.

HSL color Cylindrical-coordinate representation of color #B26EEB: hue angle of 272.64º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B26EEB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 110 235 -
CMYK 0.24 0.53 0 0.08
HSL 272.64º 0.76% 0.68% -
HSV(B) 272.64º 0.53% 0.92% -
XYZ 38.93 26.62 81.68 -
YUV 144.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 178 110 235 0.24 0.53 0 0.08 272.64 0.76 0.68
Hex B2 6E EB 18 35 0 8 111 4C 44
Octal 262 156 353 30 65 0 10 421 114 104
Binary 10110010 1101110 11101011 11000 110101 0 1000 100010001 1001100 1000100

Color Harmonies of #B26EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EEB

Black with #B26EEB

Text Example


Text Example

White with #B26EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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