Html Css Color HEX #B26AFE Medium Purple

📋 copy color: '#B26AFE'

red 178 ◦ green 106 ◦ blue 254

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

Shades of Medium Purple #B26AFE

Tints of Medium Purple #B26AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.7%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 33.09%
G = 19.7%
B = 47.21%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B26AFE (or 0xB26AFE) is known color: Medium Purple. HEX triplet: B2, 6A and FE. RGB value is (178,106,254). Sum of RGB (Red+Green+Blue) = 178+106+254=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #B26AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26AFE is #4D9501. Grayscale: #8F8F8F. Windows color (decimal): -5084418 or 16673458. OLE color: 16673458.

HSL color Cylindrical-coordinate representation of color #B26AFE: hue angle of 269.19º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B26AFE is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 106 254 -
CMYK 0.30 0.58 0 0.00
HSL 269.19º 0.99% 0.71% -
HSV(B) 269.19º 0.58% 1% -
XYZ 41.4 26.93 96.78 -
YUV 144.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 178 106 254 0.30 0.58 0 0.00 269.19 0.99 0.71
Hex B2 6A FE 1E 3A 0 0 10D 63 47
Octal 262 152 376 36 72 0 0 415 143 107
Binary 10110010 1101010 11111110 11110 111010 0 0 100001101 1100011 1000111

Color Harmonies of #B26AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26AFE

Black with #B26AFE

Text Example


Text Example

White with #B26AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26AFE; }

 p { color: rgb(178,106,254); }

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

background-color css

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

 a { background-color: rgb(178,106,254); }

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

border-color css

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

 span { border-color: rgb(178,106,254); }

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