Html Css Color HEX #B957EC Medium Orchid

📋 copy color: '#B957EC'

red 185 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #B957EC

Tints of Medium Orchid #B957EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 36.42%
G = 17.13%
B = 46.46%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B957EC (or 0xB957EC) is known color: Medium Orchid. HEX triplet: B9, 57 and EC. RGB value is (185,87,236). Sum of RGB (Red+Green+Blue) = 185+87+236=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #B957EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957EC is #46A813. Grayscale: #848484. Windows color (decimal): -4630548 or 15488953. OLE color: 15488953.

HSL color Cylindrical-coordinate representation of color #B957EC: hue angle of 279.46º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B957EC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 87 236 -
CMYK 0.22 0.63 0 0.07
HSL 279.46º 0.8% 0.63% -
HSV(B) 279.46º 0.63% 0.93% -
XYZ 38.56 23.19 81.8 -
YUV 133.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 185 87 236 0.22 0.63 0 0.07 279.46 0.8 0.63
Hex B9 57 EC 16 3F 0 7 117 50 3F
Octal 271 127 354 26 77 0 7 427 120 77
Binary 10111001 1010111 11101100 10110 111111 0 111 100010111 1010000 111111

Color Harmonies of #B957EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957EC

Black with #B957EC

Text Example


Text Example

White with #B957EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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