Html Css Color HEX #B957CF Medium Orchid

📋 copy color: '#B957CF'

red 185 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #B957CF

Tints of Medium Orchid #B957CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 38.62%
G = 18.16%
B = 43.22%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B957CF (or 0xB957CF) is known color: Medium Orchid. HEX triplet: B9, 57 and CF. RGB value is (185,87,207). Sum of RGB (Red+Green+Blue) = 185+87+207=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B957CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957CF is #46A830. Grayscale: #818181. Windows color (decimal): -4630577 or 13588409. OLE color: 13588409.

HSL color Cylindrical-coordinate representation of color #B957CF: hue angle of 289º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B957CF is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 87 207 -
CMYK 0.11 0.58 0 0.19
HSL 289º 0.56% 0.58% -
HSV(B) 289º 0.58% 0.81% -
XYZ 34.68 21.64 61.38 -
YUV 129.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 185 87 207 0.11 0.58 0 0.19 289 0.56 0.58
Hex B9 57 CF B 3A 0 13 121 38 3A
Octal 271 127 317 13 72 0 23 441 70 72
Binary 10111001 1010111 11001111 1011 111010 0 10011 100100001 111000 111010

Color Harmonies of #B957CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957CF

Black with #B957CF

Text Example


Text Example

White with #B957CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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