Html Css Color HEX #B26FE9 Medium Purple

📋 copy color: '#B26FE9'

red 178 ◦ green 111 ◦ blue 233

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

Shades of Medium Purple #B26FE9

Tints of Medium Purple #B26FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 34.1%
G = 21.26%
B = 44.64%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B26FE9 (or 0xB26FE9) is known color: Medium Purple. HEX triplet: B2, 6F and E9. RGB value is (178,111,233). Sum of RGB (Red+Green+Blue) = 178+111+233=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #B26FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26FE9 is #4D9016. Grayscale: #909090. Windows color (decimal): -5083159 or 15298482. OLE color: 15298482.

HSL color Cylindrical-coordinate representation of color #B26FE9: hue angle of 272.95º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26FE9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 111 233 -
CMYK 0.24 0.52 0 0.09
HSL 272.95º 0.73% 0.67% -
HSV(B) 272.95º 0.52% 0.91% -
XYZ 38.75 26.72 80.21 -
YUV 144.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 178 111 233 0.24 0.52 0 0.09 272.95 0.73 0.67
Hex B2 6F E9 18 34 0 9 111 49 43
Octal 262 157 351 30 64 0 11 421 111 103
Binary 10110010 1101111 11101001 11000 110100 0 1001 100010001 1001001 1000011

Color Harmonies of #B26FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FE9

Black with #B26FE9

Text Example


Text Example

White with #B26FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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