Html Css Color HEX #B957CE Medium Orchid

📋 copy color: '#B957CE'

red 185 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #B957CE

Tints of Medium Orchid #B957CE

RGB

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

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

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

R = 38.7%
G = 18.2%
B = 43.1%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B957CE (or 0xB957CE) is known color: Medium Orchid. HEX triplet: B9, 57 and CE. RGB value is (185,87,206). Sum of RGB (Red+Green+Blue) = 185+87+206=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #B957CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957CE is #46A831. Grayscale: #818181. Windows color (decimal): -4630578 or 13522873. OLE color: 13522873.

HSL color Cylindrical-coordinate representation of color #B957CE: hue angle of 289.41º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B957CE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 87 206 -
CMYK 0.10 0.58 0 0.19
HSL 289.41º 0.55% 0.57% -
HSV(B) 289.41º 0.58% 0.81% -
XYZ 34.56 21.59 60.74 -
YUV 129.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 185 87 206 0.10 0.58 0 0.19 289.41 0.55 0.57
Hex B9 57 CE A 3A 0 13 121 37 39
Octal 271 127 316 12 72 0 23 441 67 71
Binary 10111001 1010111 11001110 1010 111010 0 10011 100100001 110111 111001

Color Harmonies of #B957CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957CE

Black with #B957CE

Text Example


Text Example

White with #B957CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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