Html Css Color HEX #B276FE Medium Purple

📋 copy color: '#B276FE'

red 178 ◦ green 118 ◦ blue 254

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

Shades of Medium Purple #B276FE

Tints of Medium Purple #B276FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.45%

 BLUE value IS 254 (99.61% from 255) = 46.18%

R = 32.36%
G = 21.45%
B = 46.18%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B276FE (or 0xB276FE) is known color: Medium Purple. HEX triplet: B2, 76 and FE. RGB value is (178,118,254). Sum of RGB (Red+Green+Blue) = 178+118+254=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #B276FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B276FE is #4D8901. Grayscale: #969696. Windows color (decimal): -5081346 or 16676530. OLE color: 16676530.

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

Color convert

RGB 178 118 254 -
CMYK 0.30 0.54 0 0.00
HSL 266.47º 0.99% 0.73% -
HSV(B) 266.47º 0.54% 1% -
XYZ 42.73 29.58 97.22 -
YUV 151.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 178 118 254 0.30 0.54 0 0.00 266.47 0.99 0.73
Hex B2 76 FE 1E 36 0 0 10A 63 49
Octal 262 166 376 36 66 0 0 412 143 111
Binary 10110010 1110110 11111110 11110 110110 0 0 100001010 1100011 1001001

Color Harmonies of #B276FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276FE

Black with #B276FE

Text Example


Text Example

White with #B276FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276FE; }

 p { color: rgb(178,118,254); }

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

background-color css

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

 a { background-color: rgb(178,118,254); }

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

border-color css

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

 span { border-color: rgb(178,118,254); }

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