Html Css Color HEX #B95ED5 Medium Orchid

📋 copy color: '#B95ED5'

red 185 ◦ green 94 ◦ blue 213

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

Shades of Medium Orchid #B95ED5

Tints of Medium Orchid #B95ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.11%

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 37.6%
G = 19.11%
B = 43.29%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B95ED5 (or 0xB95ED5) is known color: Medium Orchid. HEX triplet: B9, 5E and D5. RGB value is (185,94,213). Sum of RGB (Red+Green+Blue) = 185+94+213=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #B95ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ED5 is #46A12A. Grayscale: #868686. Windows color (decimal): -4628779 or 13983417. OLE color: 13983417.

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

Color convert

RGB 185 94 213 -
CMYK 0.13 0.56 0 0.16
HSL 285.88º 0.59% 0.6% -
HSV(B) 285.88º 0.56% 0.84% -
XYZ 36.02 23.12 65.52 -
YUV 134.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 185 94 213 0.13 0.56 0 0.16 285.88 0.59 0.6
Hex B9 5E D5 D 38 0 10 11E 3B 3C
Octal 271 136 325 15 70 0 20 436 73 74
Binary 10111001 1011110 11010101 1101 111000 0 10000 100011110 111011 111100

Color Harmonies of #B95ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95ED5

Black with #B95ED5

Text Example


Text Example

White with #B95ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95ED5; }

 p { color: rgb(185,94,213); }

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

background-color css

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

 a { background-color: rgb(185,94,213); }

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

border-color css

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

 span { border-color: rgb(185,94,213); }

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