Html Css Color HEX #B570CF Medium Orchid

📋 copy color: '#B570CF'

red 181 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B570CF

Tints of Medium Orchid #B570CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 36.2%
G = 22.4%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B570CF (or 0xB570CF) is known color: Medium Orchid. HEX triplet: B5, 70 and CF. RGB value is (181,112,207). Sum of RGB (Red+Green+Blue) = 181+112+207=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B570CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570CF is #4A8F30. Grayscale: #8F8F8F. Windows color (decimal): -4886321 or 13594805. OLE color: 13594805.

HSL color Cylindrical-coordinate representation of color #B570CF: hue angle of 283.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B570CF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 112 207 -
CMYK 0.13 0.46 0 0.19
HSL 283.58º 0.5% 0.63% -
HSV(B) 283.58º 0.46% 0.81% -
XYZ 36.11 25.92 62.13 -
YUV 143.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 181 112 207 0.13 0.46 0 0.19 283.58 0.5 0.63
Hex B5 70 CF D 2E 0 13 11C 32 3F
Octal 265 160 317 15 56 0 23 434 62 77
Binary 10110101 1110000 11001111 1101 101110 0 10011 100011100 110010 111111

Color Harmonies of #B570CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570CF

Black with #B570CF

Text Example


Text Example

White with #B570CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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