Html Css Color HEX #B957CB Medium Orchid

📋 copy color: '#B957CB'

red 185 ◦ green 87 ◦ blue 203

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

Shades of Medium Orchid #B957CB

Tints of Medium Orchid #B957CB

RGB

 RED value IS 185 (72.66% from 255) = 38.95%

 GREEN value IS 87 (34.38% from 255) = 18.32%

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

R = 38.95%
G = 18.32%
B = 42.74%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B957CB (or 0xB957CB) is known color: Medium Orchid. HEX triplet: B9, 57 and CB. RGB value is (185,87,203). Sum of RGB (Red+Green+Blue) = 185+87+203=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #B957CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957CB is #46A834. Grayscale: #818181. Windows color (decimal): -4630581 or 13326265. OLE color: 13326265.

HSL color Cylindrical-coordinate representation of color #B957CB: hue angle of 290.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B957CB is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 87 203 -
CMYK 0.09 0.57 0 0.20
HSL 290.69º 0.53% 0.57% -
HSV(B) 290.69º 0.57% 0.8% -
XYZ 34.2 21.44 58.84 -
YUV 129.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 185 87 203 0.09 0.57 0 0.20 290.69 0.53 0.57
Hex B9 57 CB 9 39 0 14 123 35 39
Octal 271 127 313 11 71 0 24 443 65 71
Binary 10111001 1010111 11001011 1001 111001 0 10100 100100011 110101 111001

Color Harmonies of #B957CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957CB

Black with #B957CB

Text Example


Text Example

White with #B957CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957CB; }

 p { color: rgb(185,87,203); }

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

background-color css

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

 a { background-color: rgb(185,87,203); }

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

border-color css

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

 span { border-color: rgb(185,87,203); }

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