Html Css Color HEX #B272EE Medium Purple

📋 copy color: '#B272EE'

red 178 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #B272EE

Tints of Medium Purple #B272EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 33.58%
G = 21.51%
B = 44.91%

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

#B272EE (or 0xB272EE) is known color: Medium Purple. HEX triplet: B2, 72 and EE. RGB value is (178,114,238). Sum of RGB (Red+Green+Blue) = 178+114+238=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B272EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B272EE is #4D8D11. Grayscale: #929292. Windows color (decimal): -5082386 or 15626930. OLE color: 15626930.

HSL color Cylindrical-coordinate representation of color #B272EE: hue angle of 270.97º degrees, saturation: 0.78, 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 #B272EE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 114 238 -
CMYK 0.25 0.52 0 0.07
HSL 270.97º 0.78% 0.69% -
HSV(B) 270.97º 0.52% 0.93% -
XYZ 39.81 27.67 84.13 -
YUV 147.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 178 114 238 0.25 0.52 0 0.07 270.97 0.78 0.69
Hex B2 72 EE 19 34 0 7 10F 4E 45
Octal 262 162 356 31 64 0 7 417 116 105
Binary 10110010 1110010 11101110 11001 110100 0 111 100001111 1001110 1000101

Color Harmonies of #B272EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272EE

Black with #B272EE

Text Example


Text Example

White with #B272EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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