Html Css Color HEX #B957CC Medium Orchid

📋 copy color: '#B957CC'

red 185 ◦ green 87 ◦ blue 204

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

Shades of Medium Orchid #B957CC

Tints of Medium Orchid #B957CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 38.87%
G = 18.28%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B957CC (or 0xB957CC) is known color: Medium Orchid. HEX triplet: B9, 57 and CC. RGB value is (185,87,204). Sum of RGB (Red+Green+Blue) = 185+87+204=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #B957CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957CC is #46A833. Grayscale: #818181. Windows color (decimal): -4630580 or 13391801. OLE color: 13391801.

HSL color Cylindrical-coordinate representation of color #B957CC: hue angle of 290.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B957CC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 87 204 -
CMYK 0.09 0.57 0 0.2
HSL 290.26º 0.53% 0.57% -
HSV(B) 290.26º 0.57% 0.8% -
XYZ 34.31 21.49 59.47 -
YUV 129.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 185 87 204 0.09 0.57 0 0.2 290.26 0.53 0.57
Hex B9 57 CC 9 39 0 14 122 35 39
Octal 271 127 314 11 71 0 24 442 65 71
Binary 10111001 1010111 11001100 1001 111001 0 10100 100100010 110101 111001

Color Harmonies of #B957CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957CC

Black with #B957CC

Text Example


Text Example

White with #B957CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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