Html Css Color HEX #B070E9 Medium Purple

📋 copy color: '#B070E9'

red 176 ◦ green 112 ◦ blue 233

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

Shades of Medium Purple #B070E9

Tints of Medium Purple #B070E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.72%

R = 33.78%
G = 21.5%
B = 44.72%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B070E9 (or 0xB070E9) is known color: Medium Purple. HEX triplet: B0, 70 and E9. RGB value is (176,112,233). Sum of RGB (Red+Green+Blue) = 176+112+233=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #B070E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070E9 is #4F8F16. Grayscale: #909090. Windows color (decimal): -5213975 or 15298736. OLE color: 15298736.

HSL color Cylindrical-coordinate representation of color #B070E9: hue angle of 271.74º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B070E9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 112 233 -
CMYK 0.24 0.52 0 0.09
HSL 271.74º 0.73% 0.68% -
HSV(B) 271.74º 0.52% 0.91% -
XYZ 38.41 26.7 80.22 -
YUV 144.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 176 112 233 0.24 0.52 0 0.09 271.74 0.73 0.68
Hex B0 70 E9 18 34 0 9 110 49 44
Octal 260 160 351 30 64 0 11 420 111 104
Binary 10110000 1110000 11101001 11000 110100 0 1001 100010000 1001001 1000100

Color Harmonies of #B070E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070E9

Black with #B070E9

Text Example


Text Example

White with #B070E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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