Html Css Color HEX #B26BFF Medium Purple

📋 copy color: '#B26BFF'

red 178 ◦ green 107 ◦ blue 255

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

Shades of Medium Purple #B26BFF

Tints of Medium Purple #B26BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.81%

 BLUE value IS 255 (100% from 255) = 47.22%

R = 32.96%
G = 19.81%
B = 47.22%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B26BFF (or 0xB26BFF) is known color: Medium Purple. HEX triplet: B2, 6B and FF. RGB value is (178,107,255). Sum of RGB (Red+Green+Blue) = 178+107+255=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #B26BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26BFF is #4D9400. Grayscale: #909090. Windows color (decimal): -5084161 or 16739250. OLE color: 16739250.

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

Color convert

RGB 178 107 255 -
CMYK 0.30 0.58 0 0
HSL 268.78º 1% 0.71% -
HSV(B) 268.78º 0.58% 1% -
XYZ 41.67 27.2 97.66 -
YUV 145.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 178 107 255 0.30 0.58 0 0 268.78 1 0.71
Hex B2 6B FF 1E 3A 0 0 10D 64 47
Octal 262 153 377 36 72 0 0 415 144 107
Binary 10110010 1101011 11111111 11110 111010 0 0 100001101 1100100 1000111

Color Harmonies of #B26BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BFF

Black with #B26BFF

Text Example


Text Example

White with #B26BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BFF; }

 p { color: rgb(178,107,255); }

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

background-color css

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

 a { background-color: rgb(178,107,255); }

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

border-color css

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

 span { border-color: rgb(178,107,255); }

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