Html Css Color HEX #B26FFD Medium Purple

📋 copy color: '#B26FFD'

red 178 ◦ green 111 ◦ blue 253

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

Shades of Medium Purple #B26FFD

Tints of Medium Purple #B26FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 32.84%
G = 20.48%
B = 46.68%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B26FFD (or 0xB26FFD) is known color: Medium Purple. HEX triplet: B2, 6F and FD. RGB value is (178,111,253). Sum of RGB (Red+Green+Blue) = 178+111+253=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #B26FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26FFD is #4D9002. Grayscale: #929292. Windows color (decimal): -5083139 or 16609202. OLE color: 16609202.

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

Color convert

RGB 178 111 253 -
CMYK 0.30 0.56 0 0.01
HSL 268.31º 0.97% 0.71% -
HSV(B) 268.31º 0.56% 0.99% -
XYZ 41.77 27.93 96.12 -
YUV 147.22 187.7 149.95 -
System Red Green Blue C M Y K H S L
Decimal 178 111 253 0.30 0.56 0 0.01 268.31 0.97 0.71
Hex B2 6F FD 1E 38 0 1 10C 61 47
Octal 262 157 375 36 70 0 1 414 141 107
Binary 10110010 1101111 11111101 11110 111000 0 1 100001100 1100001 1000111

Color Harmonies of #B26FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FFD

Black with #B26FFD

Text Example


Text Example

White with #B26FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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