Html Css Color HEX #B570CC Medium Orchid

📋 copy color: '#B570CC'

red 181 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #B570CC

Tints of Medium Orchid #B570CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 36.42%
G = 22.54%
B = 41.05%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B570CC (or 0xB570CC) is known color: Medium Orchid. HEX triplet: B5, 70 and CC. RGB value is (181,112,204). Sum of RGB (Red+Green+Blue) = 181+112+204=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #B570CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570CC is #4A8F33. Grayscale: #8E8E8E. Windows color (decimal): -4886324 or 13398197. OLE color: 13398197.

HSL color Cylindrical-coordinate representation of color #B570CC: hue angle of 285º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B570CC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 112 204 -
CMYK 0.11 0.45 0 0.2
HSL 285º 0.47% 0.62% -
HSV(B) 285º 0.45% 0.8% -
XYZ 35.75 25.77 60.22 -
YUV 143.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 181 112 204 0.11 0.45 0 0.2 285 0.47 0.62
Hex B5 70 CC B 2D 0 14 11D 2F 3E
Octal 265 160 314 13 55 0 24 435 57 76
Binary 10110101 1110000 11001100 1011 101101 0 10100 100011101 101111 111110

Color Harmonies of #B570CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570CC

Black with #B570CC

Text Example


Text Example

White with #B570CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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