Html Css Color HEX #B570C2 Medium Orchid

📋 copy color: '#B570C2'

red 181 ◦ green 112 ◦ blue 194

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

Shades of Medium Orchid #B570C2

Tints of Medium Orchid #B570C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 37.17%
G = 23%
B = 39.84%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B570C2 (or 0xB570C2) is known color: Medium Orchid. HEX triplet: B5, 70 and C2. RGB value is (181,112,194). Sum of RGB (Red+Green+Blue) = 181+112+194=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #B570C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570C2 is #4A8F3D. Grayscale: #8D8D8D. Windows color (decimal): -4886334 or 12742837. OLE color: 12742837.

HSL color Cylindrical-coordinate representation of color #B570C2: hue angle of 290.49º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B570C2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 112 194 -
CMYK 0.07 0.42 0 0.24
HSL 290.49º 0.4% 0.6% -
HSV(B) 290.49º 0.42% 0.76% -
XYZ 34.59 25.31 54.1 -
YUV 141.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 181 112 194 0.07 0.42 0 0.24 290.49 0.4 0.6
Hex B5 70 C2 7 2A 0 18 122 28 3C
Octal 265 160 302 7 52 0 30 442 50 74
Binary 10110101 1110000 11000010 111 101010 0 11000 100100010 101000 111100

Color Harmonies of #B570C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570C2

Black with #B570C2

Text Example


Text Example

White with #B570C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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