Html Css Color HEX #B957DF Medium Orchid

📋 copy color: '#B957DF'

red 185 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #B957DF

Tints of Medium Orchid #B957DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 37.37%
G = 17.58%
B = 45.05%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B957DF (or 0xB957DF) is known color: Medium Orchid. HEX triplet: B9, 57 and DF. RGB value is (185,87,223). Sum of RGB (Red+Green+Blue) = 185+87+223=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B957DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957DF is #46A820. Grayscale: #838383. Windows color (decimal): -4630561 or 14636985. OLE color: 14636985.

HSL color Cylindrical-coordinate representation of color #B957DF: hue angle of 283.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B957DF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 87 223 -
CMYK 0.17 0.61 0 0.13
HSL 283.24º 0.68% 0.61% -
HSV(B) 283.24º 0.61% 0.87% -
XYZ 36.74 22.46 72.21 -
YUV 131.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 185 87 223 0.17 0.61 0 0.13 283.24 0.68 0.61
Hex B9 57 DF 11 3D 0 D 11B 44 3D
Octal 271 127 337 21 75 0 15 433 104 75
Binary 10111001 1010111 11011111 10001 111101 0 1101 100011011 1000100 111101

Color Harmonies of #B957DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957DF

Black with #B957DF

Text Example


Text Example

White with #B957DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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