Html Css Color HEX #B26EEE Medium Purple

📋 copy color: '#B26EEE'

red 178 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #B26EEE

Tints of Medium Purple #B26EEE

RGB

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

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

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

R = 33.84%
G = 20.91%
B = 45.25%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B26EEE (or 0xB26EEE) is known color: Medium Purple. HEX triplet: B2, 6E and EE. RGB value is (178,110,238). Sum of RGB (Red+Green+Blue) = 178+110+238=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #B26EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26EEE is #4D9111. Grayscale: #909090. Windows color (decimal): -5083410 or 15625906. OLE color: 15625906.

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

Color convert

RGB 178 110 238 -
CMYK 0.25 0.54 0 0.07
HSL 271.88º 0.79% 0.68% -
HSV(B) 271.88º 0.54% 0.93% -
XYZ 39.37 26.79 83.98 -
YUV 144.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 178 110 238 0.25 0.54 0 0.07 271.88 0.79 0.68
Hex B2 6E EE 19 36 0 7 110 4F 44
Octal 262 156 356 31 66 0 7 420 117 104
Binary 10110010 1101110 11101110 11001 110110 0 111 100010000 1001111 1000100

Color Harmonies of #B26EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EEE

Black with #B26EEE

Text Example


Text Example

White with #B26EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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