Html Css Color HEX #B570D3 Medium Orchid

📋 copy color: '#B570D3'

red 181 ◦ green 112 ◦ blue 211

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

Shades of Medium Orchid #B570D3

Tints of Medium Orchid #B570D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 35.91%
G = 22.22%
B = 41.87%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B570D3 (or 0xB570D3) is known color: Medium Orchid. HEX triplet: B5, 70 and D3. RGB value is (181,112,211). Sum of RGB (Red+Green+Blue) = 181+112+211=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #B570D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570D3 is #4A8F2C. Grayscale: #8F8F8F. Windows color (decimal): -4886317 or 13856949. OLE color: 13856949.

HSL color Cylindrical-coordinate representation of color #B570D3: hue angle of 281.82º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B570D3 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 112 211 -
CMYK 0.14 0.47 0 0.17
HSL 281.82º 0.53% 0.63% -
HSV(B) 281.82º 0.47% 0.83% -
XYZ 36.61 26.12 64.74 -
YUV 143.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 181 112 211 0.14 0.47 0 0.17 281.82 0.53 0.63
Hex B5 70 D3 E 2F 0 11 11A 35 3F
Octal 265 160 323 16 57 0 21 432 65 77
Binary 10110101 1110000 11010011 1110 101111 0 10001 100011010 110101 111111

Color Harmonies of #B570D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570D3

Black with #B570D3

Text Example


Text Example

White with #B570D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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