Html Css Color HEX #B95EDC Medium Orchid

📋 copy color: '#B95EDC'

red 185 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #B95EDC

Tints of Medium Orchid #B95EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 37.07%
G = 18.84%
B = 44.09%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B95EDC (or 0xB95EDC) is known color: Medium Orchid. HEX triplet: B9, 5E and DC. RGB value is (185,94,220). Sum of RGB (Red+Green+Blue) = 185+94+220=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B95EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EDC is #46A123. Grayscale: #878787. Windows color (decimal): -4628772 or 14442169. OLE color: 14442169.

HSL color Cylindrical-coordinate representation of color #B95EDC: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95EDC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 94 220 -
CMYK 0.16 0.57 0 0.14
HSL 283.33º 0.64% 0.62% -
HSV(B) 283.33º 0.57% 0.86% -
XYZ 36.93 23.49 70.3 -
YUV 135.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 185 94 220 0.16 0.57 0 0.14 283.33 0.64 0.62
Hex B9 5E DC 10 39 0 E 11B 40 3E
Octal 271 136 334 20 71 0 16 433 100 76
Binary 10111001 1011110 11011100 10000 111001 0 1110 100011011 1000000 111110

Color Harmonies of #B95EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EDC

Black with #B95EDC

Text Example


Text Example

White with #B95EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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