Html Css Color HEX #B95DCD Medium Orchid

📋 copy color: '#B95DCD'

red 185 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #B95DCD

Tints of Medium Orchid #B95DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

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

R = 38.3%
G = 19.25%
B = 42.44%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B95DCD (or 0xB95DCD) is known color: Medium Orchid. HEX triplet: B9, 5D and CD. RGB value is (185,93,205). Sum of RGB (Red+Green+Blue) = 185+93+205=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #B95DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DCD is #46A232. Grayscale: #848484. Windows color (decimal): -4629043 or 13458873. OLE color: 13458873.

HSL color Cylindrical-coordinate representation of color #B95DCD: hue angle of 289.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95DCD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 93 205 -
CMYK 0.10 0.55 0 0.20
HSL 289.29º 0.53% 0.58% -
HSV(B) 289.29º 0.55% 0.8% -
XYZ 34.94 22.55 60.27 -
YUV 133.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 185 93 205 0.10 0.55 0 0.20 289.29 0.53 0.58
Hex B9 5D CD A 37 0 14 121 35 3A
Octal 271 135 315 12 67 0 24 441 65 72
Binary 10111001 1011101 11001101 1010 110111 0 10100 100100001 110101 111010

Color Harmonies of #B95DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DCD

Black with #B95DCD

Text Example


Text Example

White with #B95DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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