Html Css Color HEX #B276FA Medium Purple

📋 copy color: '#B276FA'

red 178 ◦ green 118 ◦ blue 250

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

Shades of Medium Purple #B276FA

Tints of Medium Purple #B276FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 32.6%
G = 21.61%
B = 45.79%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B276FA (or 0xB276FA) is known color: Medium Purple. HEX triplet: B2, 76 and FA. RGB value is (178,118,250). Sum of RGB (Red+Green+Blue) = 178+118+250=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #B276FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B276FA is #4D8905. Grayscale: #969696. Windows color (decimal): -5081350 or 16414386. OLE color: 16414386.

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

Color convert

RGB 178 118 250 -
CMYK 0.29 0.53 0 0.02
HSL 267.27º 0.93% 0.72% -
HSV(B) 267.27º 0.53% 0.98% -
XYZ 42.09 29.32 93.88 -
YUV 150.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 178 118 250 0.29 0.53 0 0.02 267.27 0.93 0.72
Hex B2 76 FA 1D 35 0 2 10B 5D 48
Octal 262 166 372 35 65 0 2 413 135 110
Binary 10110010 1110110 11111010 11101 110101 0 10 100001011 1011101 1001000

Color Harmonies of #B276FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276FA

Black with #B276FA

Text Example


Text Example

White with #B276FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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