Html Css Color HEX #B276E3 Medium Purple

📋 copy color: '#B276E3'

red 178 ◦ green 118 ◦ blue 227

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

Shades of Medium Purple #B276E3

Tints of Medium Purple #B276E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.4%

R = 34.03%
G = 22.56%
B = 43.4%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B276E3 (or 0xB276E3) is known color: Medium Purple. HEX triplet: B2, 76 and E3. RGB value is (178,118,227). Sum of RGB (Red+Green+Blue) = 178+118+227=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #B276E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276E3 is #4D891C. Grayscale: #939393. Windows color (decimal): -5081373 or 14907058. OLE color: 14907058.

HSL color Cylindrical-coordinate representation of color #B276E3: hue angle of 273.03º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B276E3 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 118 227 -
CMYK 0.22 0.48 0 0.11
HSL 273.03º 0.66% 0.68% -
HSV(B) 273.03º 0.48% 0.89% -
XYZ 38.7 27.97 76.03 -
YUV 148.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 178 118 227 0.22 0.48 0 0.11 273.03 0.66 0.68
Hex B2 76 E3 16 30 0 B 111 42 44
Octal 262 166 343 26 60 0 13 421 102 104
Binary 10110010 1110110 11100011 10110 110000 0 1011 100010001 1000010 1000100

Color Harmonies of #B276E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276E3

Black with #B276E3

Text Example


Text Example

White with #B276E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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