Html Css Color HEX #B26CFC Medium Purple

📋 copy color: '#B26CFC'

red 178 ◦ green 108 ◦ blue 252

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

Shades of Medium Purple #B26CFC

Tints of Medium Purple #B26CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 33.09%
G = 20.07%
B = 46.84%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B26CFC (or 0xB26CFC) is known color: Medium Purple. HEX triplet: B2, 6C and FC. RGB value is (178,108,252). Sum of RGB (Red+Green+Blue) = 178+108+252=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #B26CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CFC is #4D9303. Grayscale: #909090. Windows color (decimal): -5083908 or 16542898. OLE color: 16542898.

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

Color convert

RGB 178 108 252 -
CMYK 0.29 0.57 0 0.01
HSL 269.17º 0.96% 0.71% -
HSV(B) 269.17º 0.57% 0.99% -
XYZ 41.29 27.22 95.17 -
YUV 145.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 178 108 252 0.29 0.57 0 0.01 269.17 0.96 0.71
Hex B2 6C FC 1D 39 0 1 10D 60 47
Octal 262 154 374 35 71 0 1 415 140 107
Binary 10110010 1101100 11111100 11101 111001 0 1 100001101 1100000 1000111

Color Harmonies of #B26CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CFC

Black with #B26CFC

Text Example


Text Example

White with #B26CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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