Html Css Color HEX #B26CF0 Medium Purple

📋 copy color: '#B26CF0'

red 178 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #B26CF0

Tints of Medium Purple #B26CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.63%

R = 33.84%
G = 20.53%
B = 45.63%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B26CF0 (or 0xB26CF0) is known color: Medium Purple. HEX triplet: B2, 6C and F0. RGB value is (178,108,240). Sum of RGB (Red+Green+Blue) = 178+108+240=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #B26CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CF0 is #4D930F. Grayscale: #8F8F8F. Windows color (decimal): -5083920 or 15756466. OLE color: 15756466.

HSL color Cylindrical-coordinate representation of color #B26CF0: hue angle of 271.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26CF0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 108 240 -
CMYK 0.26 0.55 0 0.06
HSL 271.82º 0.81% 0.68% -
HSV(B) 271.82º 0.55% 0.94% -
XYZ 39.45 26.48 85.47 -
YUV 143.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 178 108 240 0.26 0.55 0 0.06 271.82 0.81 0.68
Hex B2 6C F0 1A 37 0 6 110 51 44
Octal 262 154 360 32 67 0 6 420 121 104
Binary 10110010 1101100 11110000 11010 110111 0 110 100010000 1010001 1000100

Color Harmonies of #B26CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CF0

Black with #B26CF0

Text Example


Text Example

White with #B26CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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