Html Css Color HEX #B570EC Medium Orchid

📋 copy color: '#B570EC'

red 181 ◦ green 112 ◦ blue 236

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

Shades of Medium Orchid #B570EC

Tints of Medium Orchid #B570EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 34.22%
G = 21.17%
B = 44.61%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B570EC (or 0xB570EC) is known color: Medium Orchid. HEX triplet: B5, 70 and EC. RGB value is (181,112,236). Sum of RGB (Red+Green+Blue) = 181+112+236=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #B570EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570EC is #4A8F13. Grayscale: #929292. Windows color (decimal): -4886292 or 15495349. OLE color: 15495349.

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

Color convert

RGB 181 112 236 -
CMYK 0.23 0.53 0 0.07
HSL 273.39º 0.77% 0.68% -
HSV(B) 273.39º 0.53% 0.93% -
XYZ 39.99 27.47 82.55 -
YUV 146.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 181 112 236 0.23 0.53 0 0.07 273.39 0.77 0.68
Hex B5 70 EC 17 35 0 7 111 4D 44
Octal 265 160 354 27 65 0 7 421 115 104
Binary 10110101 1110000 11101100 10111 110101 0 111 100010001 1001101 1000100

Color Harmonies of #B570EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570EC

Black with #B570EC

Text Example


Text Example

White with #B570EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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