Html Css Color HEX #B26CFB Medium Purple

📋 copy color: '#B26CFB'

red 178 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #B26CFB

Tints of Medium Purple #B26CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.11%

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 33.15%
G = 20.11%
B = 46.74%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B26CFB (or 0xB26CFB) is known color: Medium Purple. HEX triplet: B2, 6C and FB. RGB value is (178,108,251). Sum of RGB (Red+Green+Blue) = 178+108+251=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #B26CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CFB is #4D9304. Grayscale: #909090. Windows color (decimal): -5083909 or 16477362. OLE color: 16477362.

HSL color Cylindrical-coordinate representation of color #B26CFB: hue angle of 269.37º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B26CFB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 108 251 -
CMYK 0.29 0.57 0 0.02
HSL 269.37º 0.95% 0.7% -
HSV(B) 269.37º 0.57% 0.98% -
XYZ 41.14 27.16 94.34 -
YUV 145.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 178 108 251 0.29 0.57 0 0.02 269.37 0.95 0.7
Hex B2 6C FB 1D 39 0 2 10D 5F 46
Octal 262 154 373 35 71 0 2 415 137 106
Binary 10110010 1101100 11111011 11101 111001 0 10 100001101 1011111 1000110

Color Harmonies of #B26CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CFB

Black with #B26CFB

Text Example


Text Example

White with #B26CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CFB; }

 p { color: rgb(178,108,251); }

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

background-color css

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

 a { background-color: rgb(178,108,251); }

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

border-color css

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

 span { border-color: rgb(178,108,251); }

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