Html Css Color HEX #B272EC Medium Purple

📋 copy color: '#B272EC'

red 178 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #B272EC

Tints of Medium Purple #B272EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 33.71%
G = 21.59%
B = 44.7%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B272EC (or 0xB272EC) is known color: Medium Purple. HEX triplet: B2, 72 and EC. RGB value is (178,114,236). Sum of RGB (Red+Green+Blue) = 178+114+236=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #B272EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B272EC is #4D8D13. Grayscale: #929292. Windows color (decimal): -5082388 or 15495858. OLE color: 15495858.

HSL color Cylindrical-coordinate representation of color #B272EC: hue angle of 271.48º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B272EC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 114 236 -
CMYK 0.25 0.52 0 0.07
HSL 271.48º 0.76% 0.69% -
HSV(B) 271.48º 0.52% 0.93% -
XYZ 39.52 27.56 82.59 -
YUV 147.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 178 114 236 0.25 0.52 0 0.07 271.48 0.76 0.69
Hex B2 72 EC 19 34 0 7 10F 4C 45
Octal 262 162 354 31 64 0 7 417 114 105
Binary 10110010 1110010 11101100 11001 110100 0 111 100001111 1001100 1000101

Color Harmonies of #B272EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272EC

Black with #B272EC

Text Example


Text Example

White with #B272EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272EC; }

 p { color: rgb(178,114,236); }

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

background-color css

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

 a { background-color: rgb(178,114,236); }

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

border-color css

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

 span { border-color: rgb(178,114,236); }

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