Html Css Color HEX #B958D7 Medium Orchid

📋 copy color: '#B958D7'

red 185 ◦ green 88 ◦ blue 215

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

Shades of Medium Orchid #B958D7

Tints of Medium Orchid #B958D7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 37.91%
G = 18.03%
B = 44.06%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B958D7 (or 0xB958D7) is known color: Medium Orchid. HEX triplet: B9, 58 and D7. RGB value is (185,88,215). Sum of RGB (Red+Green+Blue) = 185+88+215=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #B958D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958D7 is #46A728. Grayscale: #838383. Windows color (decimal): -4630313 or 14112953. OLE color: 14112953.

HSL color Cylindrical-coordinate representation of color #B958D7: hue angle of 285.83º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B958D7 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 88 215 -
CMYK 0.14 0.59 0 0.16
HSL 285.83º 0.61% 0.59% -
HSV(B) 285.83º 0.59% 0.84% -
XYZ 35.76 22.2 66.69 -
YUV 131.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 185 88 215 0.14 0.59 0 0.16 285.83 0.61 0.59
Hex B9 58 D7 E 3B 0 10 11E 3D 3B
Octal 271 130 327 16 73 0 20 436 75 73
Binary 10111001 1011000 11010111 1110 111011 0 10000 100011110 111101 111011

Color Harmonies of #B958D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958D7

Black with #B958D7

Text Example


Text Example

White with #B958D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958D7; }

 p { color: rgb(185,88,215); }

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

background-color css

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

 a { background-color: rgb(185,88,215); }

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

border-color css

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

 span { border-color: rgb(185,88,215); }

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