Html Css Color HEX #B958C9 Medium Orchid

📋 copy color: '#B958C9'

red 185 ◦ green 88 ◦ blue 201

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

Shades of Medium Orchid #B958C9

Tints of Medium Orchid #B958C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 39.03%
G = 18.57%
B = 42.41%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B958C9 (or 0xB958C9) is known color: Medium Orchid. HEX triplet: B9, 58 and C9. RGB value is (185,88,201). Sum of RGB (Red+Green+Blue) = 185+88+201=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #B958C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958C9 is #46A736. Grayscale: #818181. Windows color (decimal): -4630327 or 13195449. OLE color: 13195449.

HSL color Cylindrical-coordinate representation of color #B958C9: hue angle of 291.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B958C9 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 88 201 -
CMYK 0.08 0.56 0 0.21
HSL 291.5º 0.51% 0.57% -
HSV(B) 291.5º 0.56% 0.79% -
XYZ 34.04 21.51 57.62 -
YUV 129.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 185 88 201 0.08 0.56 0 0.21 291.5 0.51 0.57
Hex B9 58 C9 8 38 0 15 124 33 39
Octal 271 130 311 10 70 0 25 444 63 71
Binary 10111001 1011000 11001001 1000 111000 0 10101 100100100 110011 111001

Color Harmonies of #B958C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958C9

Black with #B958C9

Text Example


Text Example

White with #B958C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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