Html Css Color HEX #B570CB Medium Orchid

📋 copy color: '#B570CB'

red 181 ◦ green 112 ◦ blue 203

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

Shades of Medium Orchid #B570CB

Tints of Medium Orchid #B570CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 36.49%
G = 22.58%
B = 40.93%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B570CB (or 0xB570CB) is known color: Medium Orchid. HEX triplet: B5, 70 and CB. RGB value is (181,112,203). Sum of RGB (Red+Green+Blue) = 181+112+203=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B570CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570CB is #4A8F34. Grayscale: #8E8E8E. Windows color (decimal): -4886325 or 13332661. OLE color: 13332661.

HSL color Cylindrical-coordinate representation of color #B570CB: hue angle of 285.49º 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 #B570CB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 112 203 -
CMYK 0.11 0.45 0 0.20
HSL 285.49º 0.47% 0.62% -
HSV(B) 285.49º 0.45% 0.8% -
XYZ 35.63 25.72 59.59 -
YUV 143.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 181 112 203 0.11 0.45 0 0.20 285.49 0.47 0.62
Hex B5 70 CB B 2D 0 14 11D 2F 3E
Octal 265 160 313 13 55 0 24 435 57 76
Binary 10110101 1110000 11001011 1011 101101 0 10100 100011101 101111 111110

Color Harmonies of #B570CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570CB

Black with #B570CB

Text Example


Text Example

White with #B570CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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