Html Css Color HEX #B570ED Medium Purple

📋 copy color: '#B570ED'

red 181 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #B570ED

Tints of Medium Purple #B570ED

RGB

 RED value IS 181 (71.09% from 255) = 34.15%

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

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

R = 34.15%
G = 21.13%
B = 44.72%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B570ED (or 0xB570ED) is known color: Medium Purple. HEX triplet: B5, 70 and ED. RGB value is (181,112,237). Sum of RGB (Red+Green+Blue) = 181+112+237=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B570ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570ED is #4A8F12. Grayscale: #929292. Windows color (decimal): -4886291 or 15560885. OLE color: 15560885.

HSL color Cylindrical-coordinate representation of color #B570ED: hue angle of 273.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B570ED is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 112 237 -
CMYK 0.24 0.53 0 0.07
HSL 273.12º 0.78% 0.68% -
HSV(B) 273.12º 0.53% 0.93% -
XYZ 40.14 27.53 83.32 -
YUV 146.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 181 112 237 0.24 0.53 0 0.07 273.12 0.78 0.68
Hex B5 70 ED 18 35 0 7 111 4E 44
Octal 265 160 355 30 65 0 7 421 116 104
Binary 10110101 1110000 11101101 11000 110101 0 111 100010001 1001110 1000100

Color Harmonies of #B570ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570ED

Black with #B570ED

Text Example


Text Example

White with #B570ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570ED; }

 p { color: rgb(181,112,237); }

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

background-color css

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

 a { background-color: rgb(181,112,237); }

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

border-color css

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

 span { border-color: rgb(181,112,237); }

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