Html Css Color HEX #B957FB Medium Orchid

📋 copy color: '#B957FB'

red 185 ◦ green 87 ◦ blue 251

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

Shades of Medium Orchid #B957FB

Tints of Medium Orchid #B957FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 35.37%
G = 16.63%
B = 47.99%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B957FB (or 0xB957FB) is known color: Medium Orchid. HEX triplet: B9, 57 and FB. RGB value is (185,87,251). Sum of RGB (Red+Green+Blue) = 185+87+251=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #B957FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957FB is #46A804. Grayscale: #868686. Windows color (decimal): -4630533 or 16471993. OLE color: 16471993.

HSL color Cylindrical-coordinate representation of color #B957FB: hue angle of 275.85º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B957FB is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 87 251 -
CMYK 0.26 0.65 0 0.02
HSL 275.85º 0.95% 0.66% -
HSV(B) 275.85º 0.65% 0.98% -
XYZ 40.83 24.1 93.77 -
YUV 135 193.47 163.66 -
System Red Green Blue C M Y K H S L
Decimal 185 87 251 0.26 0.65 0 0.02 275.85 0.95 0.66
Hex B9 57 FB 1A 41 0 2 114 5F 42
Octal 271 127 373 32 101 0 2 424 137 102
Binary 10111001 1010111 11111011 11010 1000001 0 10 100010100 1011111 1000010

Color Harmonies of #B957FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957FB

Black with #B957FB

Text Example


Text Example

White with #B957FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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