Html Css Color HEX #B958D3 Medium Orchid

📋 copy color: '#B958D3'

red 185 ◦ green 88 ◦ blue 211

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

Shades of Medium Orchid #B958D3

Tints of Medium Orchid #B958D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 38.22%
G = 18.18%
B = 43.6%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B958D3 (or 0xB958D3) is known color: Medium Orchid. HEX triplet: B9, 58 and D3. RGB value is (185,88,211). Sum of RGB (Red+Green+Blue) = 185+88+211=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #B958D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958D3 is #46A72C. Grayscale: #828282. Windows color (decimal): -4630317 or 13850809. OLE color: 13850809.

HSL color Cylindrical-coordinate representation of color #B958D3: hue angle of 287.32º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B958D3 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 88 211 -
CMYK 0.12 0.58 0 0.17
HSL 287.32º 0.58% 0.59% -
HSV(B) 287.32º 0.58% 0.83% -
XYZ 35.26 22 64.02 -
YUV 131.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 185 88 211 0.12 0.58 0 0.17 287.32 0.58 0.59
Hex B9 58 D3 C 3A 0 11 11F 3A 3B
Octal 271 130 323 14 72 0 21 437 72 73
Binary 10111001 1011000 11010011 1100 111010 0 10001 100011111 111010 111011

Color Harmonies of #B958D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958D3

Black with #B958D3

Text Example


Text Example

White with #B958D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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