Html Css Color HEX #B070EA Medium Purple

📋 copy color: '#B070EA'

red 176 ◦ green 112 ◦ blue 234

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

Shades of Medium Purple #B070EA

Tints of Medium Purple #B070EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.46%

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 33.72%
G = 21.46%
B = 44.83%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B070EA (or 0xB070EA) is known color: Medium Purple. HEX triplet: B0, 70 and EA. RGB value is (176,112,234). Sum of RGB (Red+Green+Blue) = 176+112+234=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #B070EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070EA is #4F8F15. Grayscale: #909090. Windows color (decimal): -5213974 or 15364272. OLE color: 15364272.

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

Color convert

RGB 176 112 234 -
CMYK 0.25 0.52 0 0.08
HSL 271.48º 0.74% 0.68% -
HSV(B) 271.48º 0.52% 0.92% -
XYZ 38.55 26.76 80.98 -
YUV 145.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 176 112 234 0.25 0.52 0 0.08 271.48 0.74 0.68
Hex B0 70 EA 19 34 0 8 10F 4A 44
Octal 260 160 352 31 64 0 10 417 112 104
Binary 10110000 1110000 11101010 11001 110100 0 1000 100001111 1001010 1000100

Color Harmonies of #B070EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070EA

Black with #B070EA

Text Example


Text Example

White with #B070EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070EA; }

 p { color: rgb(176,112,234); }

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

background-color css

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

 a { background-color: rgb(176,112,234); }

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

border-color css

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

 span { border-color: rgb(176,112,234); }

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