Html Css Color HEX #B957EF Medium Orchid

📋 copy color: '#B957EF'

red 185 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #B957EF

Tints of Medium Orchid #B957EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 36.2%
G = 17.03%
B = 46.77%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B957EF (or 0xB957EF) is known color: Medium Orchid. HEX triplet: B9, 57 and EF. RGB value is (185,87,239). Sum of RGB (Red+Green+Blue) = 185+87+239=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #B957EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957EF is #46A810. Grayscale: #858585. Windows color (decimal): -4630545 or 15685561. OLE color: 15685561.

HSL color Cylindrical-coordinate representation of color #B957EF: hue angle of 278.68º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B957EF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 87 239 -
CMYK 0.23 0.64 0 0.06
HSL 278.68º 0.83% 0.64% -
HSV(B) 278.68º 0.64% 0.94% -
XYZ 39 23.36 84.12 -
YUV 133.63 187.47 164.64 -
System Red Green Blue C M Y K H S L
Decimal 185 87 239 0.23 0.64 0 0.06 278.68 0.83 0.64
Hex B9 57 EF 17 40 0 6 117 53 40
Octal 271 127 357 27 100 0 6 427 123 100
Binary 10111001 1010111 11101111 10111 1000000 0 110 100010111 1010011 1000000

Color Harmonies of #B957EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957EF

Black with #B957EF

Text Example


Text Example

White with #B957EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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