Html Css Color HEX #B94ECD Medium Orchid

📋 copy color: '#B94ECD'

red 185 ◦ green 78 ◦ blue 205

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

Shades of Medium Orchid #B94ECD

Tints of Medium Orchid #B94ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

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

R = 39.53%
G = 16.67%
B = 43.8%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B94ECD (or 0xB94ECD) is known color: Medium Orchid. HEX triplet: B9, 4E and CD. RGB value is (185,78,205). Sum of RGB (Red+Green+Blue) = 185+78+205=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #B94ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94ECD is #46B132. Grayscale: #7C7C7C. Windows color (decimal): -4632883 or 13455033. OLE color: 13455033.

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

Color convert

RGB 185 78 205 -
CMYK 0.10 0.62 0 0.20
HSL 290.55º 0.56% 0.55% -
HSV(B) 290.55º 0.62% 0.8% -
XYZ 33.75 20.17 59.87 -
YUV 124.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 185 78 205 0.10 0.62 0 0.20 290.55 0.56 0.55
Hex B9 4E CD A 3E 0 14 123 38 37
Octal 271 116 315 12 76 0 24 443 70 67
Binary 10111001 1001110 11001101 1010 111110 0 10100 100100011 111000 110111

Color Harmonies of #B94ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ECD

Black with #B94ECD

Text Example


Text Example

White with #B94ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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