Html Css Color HEX #B570DB Medium Orchid

📋 copy color: '#B570DB'

red 181 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #B570DB

Tints of Medium Orchid #B570DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 35.35%
G = 21.88%
B = 42.77%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B570DB (or 0xB570DB) is known color: Medium Orchid. HEX triplet: B5, 70 and DB. RGB value is (181,112,219). Sum of RGB (Red+Green+Blue) = 181+112+219=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B570DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570DB is #4A8F24. Grayscale: #909090. Windows color (decimal): -4886309 or 14381237. OLE color: 14381237.

HSL color Cylindrical-coordinate representation of color #B570DB: hue angle of 278.69º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B570DB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 112 219 -
CMYK 0.17 0.49 0 0.14
HSL 278.69º 0.6% 0.65% -
HSV(B) 278.69º 0.49% 0.86% -
XYZ 37.64 26.53 70.15 -
YUV 144.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 181 112 219 0.17 0.49 0 0.14 278.69 0.6 0.65
Hex B5 70 DB 11 31 0 E 117 3C 41
Octal 265 160 333 21 61 0 16 427 74 101
Binary 10110101 1110000 11011011 10001 110001 0 1110 100010111 111100 1000001

Color Harmonies of #B570DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570DB

Black with #B570DB

Text Example


Text Example

White with #B570DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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