Html Css Color HEX #B957D0 Medium Orchid

📋 copy color: '#B957D0'

red 185 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #B957D0

Tints of Medium Orchid #B957D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 38.54%
G = 18.13%
B = 43.33%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B957D0 (or 0xB957D0) is known color: Medium Orchid. HEX triplet: B9, 57 and D0. RGB value is (185,87,208). Sum of RGB (Red+Green+Blue) = 185+87+208=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #B957D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957D0 is #46A82F. Grayscale: #818181. Windows color (decimal): -4630576 or 13653945. OLE color: 13653945.

HSL color Cylindrical-coordinate representation of color #B957D0: hue angle of 288.6º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B957D0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 87 208 -
CMYK 0.11 0.58 0 0.18
HSL 288.6º 0.56% 0.58% -
HSV(B) 288.6º 0.58% 0.82% -
XYZ 34.8 21.68 62.03 -
YUV 130.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 185 87 208 0.11 0.58 0 0.18 288.6 0.56 0.58
Hex B9 57 D0 B 3A 0 12 121 38 3A
Octal 271 127 320 13 72 0 22 441 70 72
Binary 10111001 1010111 11010000 1011 111010 0 10010 100100001 111000 111010

Color Harmonies of #B957D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957D0

Black with #B957D0

Text Example


Text Example

White with #B957D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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