Html Css Color HEX #B94EE9 Medium Orchid

📋 copy color: '#B94EE9'

red 185 ◦ green 78 ◦ blue 233

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

Shades of Medium Orchid #B94EE9

Tints of Medium Orchid #B94EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.98%

R = 37.3%
G = 15.73%
B = 46.98%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B94EE9 (or 0xB94EE9) is known color: Medium Orchid. HEX triplet: B9, 4E and E9. RGB value is (185,78,233). Sum of RGB (Red+Green+Blue) = 185+78+233=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #B94EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EE9 is #46B116. Grayscale: #7F7F7F. Windows color (decimal): -4632855 or 15290041. OLE color: 15290041.

HSL color Cylindrical-coordinate representation of color #B94EE9: hue angle of 281.42º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B94EE9 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 78 233 -
CMYK 0.21 0.67 0 0.09
HSL 281.42º 0.78% 0.61% -
HSV(B) 281.42º 0.67% 0.91% -
XYZ 37.44 21.65 79.3 -
YUV 127.66 187.45 168.9 -
System Red Green Blue C M Y K H S L
Decimal 185 78 233 0.21 0.67 0 0.09 281.42 0.78 0.61
Hex B9 4E E9 15 43 0 9 119 4E 3D
Octal 271 116 351 25 103 0 11 431 116 75
Binary 10111001 1001110 11101001 10101 1000011 0 1001 100011001 1001110 111101

Color Harmonies of #B94EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EE9

Black with #B94EE9

Text Example


Text Example

White with #B94EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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