Html Css Color HEX #B072EE Medium Purple

📋 copy color: '#B072EE'

red 176 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #B072EE

Tints of Medium Purple #B072EE

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

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

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

R = 33.33%
G = 21.59%
B = 45.08%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B072EE (or 0xB072EE) is known color: Medium Purple. HEX triplet: B0, 72 and EE. RGB value is (176,114,238). Sum of RGB (Red+Green+Blue) = 176+114+238=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #B072EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072EE is #4F8D11. Grayscale: #929292. Windows color (decimal): -5213458 or 15626928. OLE color: 15626928.

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

Color convert

RGB 176 114 238 -
CMYK 0.26 0.52 0 0.07
HSL 270º 0.78% 0.69% -
HSV(B) 270º 0.52% 0.93% -
XYZ 39.35 27.44 84.11 -
YUV 146.67 179.54 148.92 -
System Red Green Blue C M Y K H S L
Decimal 176 114 238 0.26 0.52 0 0.07 270 0.78 0.69
Hex B0 72 EE 1A 34 0 7 10E 4E 45
Octal 260 162 356 32 64 0 7 416 116 105
Binary 10110000 1110010 11101110 11010 110100 0 111 100001110 1001110 1000101

Color Harmonies of #B072EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072EE

Black with #B072EE

Text Example


Text Example

White with #B072EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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