Html Css Color HEX #B94EDA Medium Orchid

📋 copy color: '#B94EDA'

red 185 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #B94EDA

Tints of Medium Orchid #B94EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 38.46%
G = 16.22%
B = 45.32%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B94EDA (or 0xB94EDA) is known color: Medium Orchid. HEX triplet: B9, 4E and DA. RGB value is (185,78,218). Sum of RGB (Red+Green+Blue) = 185+78+218=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #B94EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EDA is #46B125. Grayscale: #7D7D7D. Windows color (decimal): -4632870 or 14307001. OLE color: 14307001.

HSL color Cylindrical-coordinate representation of color #B94EDA: hue angle of 285.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94EDA is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 78 218 -
CMYK 0.15 0.64 0 0.15
HSL 285.86º 0.65% 0.58% -
HSV(B) 285.86º 0.64% 0.85% -
XYZ 35.39 20.83 68.48 -
YUV 125.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 185 78 218 0.15 0.64 0 0.15 285.86 0.65 0.58
Hex B9 4E DA F 40 0 F 11E 41 3A
Octal 271 116 332 17 100 0 17 436 101 72
Binary 10111001 1001110 11011010 1111 1000000 0 1111 100011110 1000001 111010

Color Harmonies of #B94EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EDA

Black with #B94EDA

Text Example


Text Example

White with #B94EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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