Html Css Color HEX #B958CD Medium Orchid

📋 copy color: '#B958CD'

red 185 ◦ green 88 ◦ blue 205

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

Shades of Medium Orchid #B958CD

Tints of Medium Orchid #B958CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 38.7%
G = 18.41%
B = 42.89%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B958CD (or 0xB958CD) is known color: Medium Orchid. HEX triplet: B9, 58 and CD. RGB value is (185,88,205). Sum of RGB (Red+Green+Blue) = 185+88+205=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B958CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958CD is #46A732. Grayscale: #818181. Windows color (decimal): -4630323 or 13457593. OLE color: 13457593.

HSL color Cylindrical-coordinate representation of color #B958CD: hue angle of 289.74º degrees, saturation: 0.54, 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 #B958CD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 88 205 -
CMYK 0.10 0.57 0 0.20
HSL 289.74º 0.54% 0.57% -
HSV(B) 289.74º 0.57% 0.8% -
XYZ 34.52 21.7 60.13 -
YUV 130.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 185 88 205 0.10 0.57 0 0.20 289.74 0.54 0.57
Hex B9 58 CD A 39 0 14 122 36 39
Octal 271 130 315 12 71 0 24 442 66 71
Binary 10111001 1011000 11001101 1010 111001 0 10100 100100010 110110 111001

Color Harmonies of #B958CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958CD

Black with #B958CD

Text Example


Text Example

White with #B958CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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