Html Css Color HEX #B570CE Medium Orchid

📋 copy color: '#B570CE'

red 181 ◦ green 112 ◦ blue 206

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

Shades of Medium Orchid #B570CE

Tints of Medium Orchid #B570CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 36.27%
G = 22.44%
B = 41.28%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B570CE (or 0xB570CE) is known color: Medium Orchid. HEX triplet: B5, 70 and CE. RGB value is (181,112,206). Sum of RGB (Red+Green+Blue) = 181+112+206=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #B570CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570CE is #4A8F31. Grayscale: #8F8F8F. Windows color (decimal): -4886322 or 13529269. OLE color: 13529269.

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

Color convert

RGB 181 112 206 -
CMYK 0.12 0.46 0 0.19
HSL 284.04º 0.49% 0.62% -
HSV(B) 284.04º 0.46% 0.81% -
XYZ 35.99 25.87 61.49 -
YUV 143.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 181 112 206 0.12 0.46 0 0.19 284.04 0.49 0.62
Hex B5 70 CE C 2E 0 13 11C 31 3E
Octal 265 160 316 14 56 0 23 434 61 76
Binary 10110101 1110000 11001110 1100 101110 0 10011 100011100 110001 111110

Color Harmonies of #B570CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570CE

Black with #B570CE

Text Example


Text Example

White with #B570CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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