Html Css Color HEX #B957ED Medium Orchid

📋 copy color: '#B957ED'

red 185 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #B957ED

Tints of Medium Orchid #B957ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 36.35%
G = 17.09%
B = 46.56%

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

#B957ED (or 0xB957ED) is known color: Medium Orchid. HEX triplet: B9, 57 and ED. RGB value is (185,87,237). Sum of RGB (Red+Green+Blue) = 185+87+237=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #B957ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957ED is #46A812. Grayscale: #848484. Windows color (decimal): -4630547 or 15554489. OLE color: 15554489.

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

Color convert

RGB 185 87 237 -
CMYK 0.22 0.63 0 0.07
HSL 279.2º 0.81% 0.64% -
HSV(B) 279.2º 0.63% 0.93% -
XYZ 38.7 23.25 82.57 -
YUV 133.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 185 87 237 0.22 0.63 0 0.07 279.2 0.81 0.64
Hex B9 57 ED 16 3F 0 7 117 51 40
Octal 271 127 355 26 77 0 7 427 121 100
Binary 10111001 1010111 11101101 10110 111111 0 111 100010111 1010001 1000000

Color Harmonies of #B957ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957ED

Black with #B957ED

Text Example


Text Example

White with #B957ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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