Html Css Color HEX #B26FEF Medium Purple

📋 copy color: '#B26FEF'

red 178 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #B26FEF

Tints of Medium Purple #B26FEF

RGB

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

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

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

R = 33.71%
G = 21.02%
B = 45.27%

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

#B26FEF (or 0xB26FEF) is known color: Medium Purple. HEX triplet: B2, 6F and EF. RGB value is (178,111,239). Sum of RGB (Red+Green+Blue) = 178+111+239=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #B26FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26FEF is #4D9010. Grayscale: #919191. Windows color (decimal): -5083153 or 15691698. OLE color: 15691698.

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

Color convert

RGB 178 111 239 -
CMYK 0.26 0.54 0 0.06
HSL 271.41º 0.8% 0.69% -
HSV(B) 271.41º 0.54% 0.94% -
XYZ 39.62 27.07 84.8 -
YUV 145.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 178 111 239 0.26 0.54 0 0.06 271.41 0.8 0.69
Hex B2 6F EF 1A 36 0 6 10F 50 45
Octal 262 157 357 32 66 0 6 417 120 105
Binary 10110010 1101111 11101111 11010 110110 0 110 100001111 1010000 1000101

Color Harmonies of #B26FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FEF

Black with #B26FEF

Text Example


Text Example

White with #B26FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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