Html Css Color HEX #B472EE Medium Purple

📋 copy color: '#B472EE'

red 180 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #B472EE

Tints of Medium Purple #B472EE

RGB

 RED value IS 180 (70.7% from 255) = 33.83%

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

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

R = 33.83%
G = 21.43%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B472EE (or 0xB472EE) is known color: Medium Purple. HEX triplet: B4, 72 and EE. RGB value is (180,114,238). Sum of RGB (Red+Green+Blue) = 180+114+238=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #B472EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472EE is #4B8D11. Grayscale: #939393. Windows color (decimal): -4951314 or 15626932. OLE color: 15626932.

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

Color convert

RGB 180 114 238 -
CMYK 0.24 0.52 0 0.07
HSL 271.94º 0.78% 0.69% -
HSV(B) 271.94º 0.52% 0.93% -
XYZ 40.27 27.91 84.15 -
YUV 147.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 180 114 238 0.24 0.52 0 0.07 271.94 0.78 0.69
Hex B4 72 EE 18 34 0 7 110 4E 45
Octal 264 162 356 30 64 0 7 420 116 105
Binary 10110100 1110010 11101110 11000 110100 0 111 100010000 1001110 1000101

Color Harmonies of #B472EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472EE

Black with #B472EE

Text Example


Text Example

White with #B472EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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