Html Css Color HEX #B94EDD Medium Orchid

📋 copy color: '#B94EDD'

red 185 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #B94EDD

Tints of Medium Orchid #B94EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 38.22%
G = 16.12%
B = 45.66%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B94EDD (or 0xB94EDD) is known color: Medium Orchid. HEX triplet: B9, 4E and DD. RGB value is (185,78,221). Sum of RGB (Red+Green+Blue) = 185+78+221=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #B94EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EDD is #46B122. Grayscale: #7D7D7D. Windows color (decimal): -4632867 or 14503609. OLE color: 14503609.

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

Color convert

RGB 185 78 221 -
CMYK 0.16 0.65 0 0.13
HSL 284.9º 0.68% 0.59% -
HSV(B) 284.9º 0.65% 0.87% -
XYZ 35.78 20.98 70.57 -
YUV 126.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 185 78 221 0.16 0.65 0 0.13 284.9 0.68 0.59
Hex B9 4E DD 10 41 0 D 11D 44 3B
Octal 271 116 335 20 101 0 15 435 104 73
Binary 10111001 1001110 11011101 10000 1000001 0 1101 100011101 1000100 111011

Color Harmonies of #B94EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EDD

Black with #B94EDD

Text Example


Text Example

White with #B94EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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