Html Css Color HEX #B072ED Medium Purple

📋 copy color: '#B072ED'

red 176 ◦ green 114 ◦ blue 237

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

Shades of Medium Purple #B072ED

Tints of Medium Purple #B072ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 33.4%
G = 21.63%
B = 44.97%

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

#B072ED (or 0xB072ED) is known color: Medium Purple. HEX triplet: B0, 72 and ED. RGB value is (176,114,237). Sum of RGB (Red+Green+Blue) = 176+114+237=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B072ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072ED is #4F8D12. Grayscale: #929292. Windows color (decimal): -5213459 or 15561392. OLE color: 15561392.

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

Color convert

RGB 176 114 237 -
CMYK 0.26 0.52 0 0.07
HSL 270.24º 0.77% 0.69% -
HSV(B) 270.24º 0.52% 0.93% -
XYZ 39.21 27.38 83.34 -
YUV 146.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 176 114 237 0.26 0.52 0 0.07 270.24 0.77 0.69
Hex B0 72 ED 1A 34 0 7 10E 4D 45
Octal 260 162 355 32 64 0 7 416 115 105
Binary 10110000 1110010 11101101 11010 110100 0 111 100001110 1001101 1000101

Color Harmonies of #B072ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072ED

Black with #B072ED

Text Example


Text Example

White with #B072ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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