Html Css Color HEX #B570DA Medium Orchid

📋 copy color: '#B570DA'

red 181 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #B570DA

Tints of Medium Orchid #B570DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 35.42%
G = 21.92%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B570DA (or 0xB570DA) is known color: Medium Orchid. HEX triplet: B5, 70 and DA. RGB value is (181,112,218). Sum of RGB (Red+Green+Blue) = 181+112+218=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B570DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570DA is #4A8F25. Grayscale: #909090. Windows color (decimal): -4886310 or 14315701. OLE color: 14315701.

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

Color convert

RGB 181 112 218 -
CMYK 0.17 0.49 0 0.15
HSL 279.06º 0.59% 0.65% -
HSV(B) 279.06º 0.49% 0.85% -
XYZ 37.51 26.47 69.46 -
YUV 144.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 181 112 218 0.17 0.49 0 0.15 279.06 0.59 0.65
Hex B5 70 DA 11 31 0 F 117 3B 41
Octal 265 160 332 21 61 0 17 427 73 101
Binary 10110101 1110000 11011010 10001 110001 0 1111 100010111 111011 1000001

Color Harmonies of #B570DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570DA

Black with #B570DA

Text Example


Text Example

White with #B570DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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