Html Css Color HEX #B957FE Medium Orchid

📋 copy color: '#B957FE'

red 185 ◦ green 87 ◦ blue 254

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

Shades of Medium Orchid #B957FE

Tints of Medium Orchid #B957FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 35.17%
G = 16.54%
B = 48.29%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B957FE (or 0xB957FE) is known color: Medium Orchid. HEX triplet: B9, 57 and FE. RGB value is (185,87,254). Sum of RGB (Red+Green+Blue) = 185+87+254=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #B957FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957FE is #46A801. Grayscale: #868686. Windows color (decimal): -4630530 or 16668601. OLE color: 16668601.

HSL color Cylindrical-coordinate representation of color #B957FE: hue angle of 275.21º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B957FE is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 87 254 -
CMYK 0.27 0.66 0 0.00
HSL 275.21º 0.99% 0.67% -
HSV(B) 275.21º 0.66% 1% -
XYZ 41.31 24.29 96.28 -
YUV 135.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 185 87 254 0.27 0.66 0 0.00 275.21 0.99 0.67
Hex B9 57 FE 1B 42 0 0 113 63 43
Octal 271 127 376 33 102 0 0 423 143 103
Binary 10111001 1010111 11111110 11011 1000010 0 0 100010011 1100011 1000011

Color Harmonies of #B957FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957FE

Black with #B957FE

Text Example


Text Example

White with #B957FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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