Html Css Color HEX #B94EE8 Medium Orchid

📋 copy color: '#B94EE8'

red 185 ◦ green 78 ◦ blue 232

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

Shades of Medium Orchid #B94EE8

Tints of Medium Orchid #B94EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.87%

R = 37.37%
G = 15.76%
B = 46.87%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B94EE8 (or 0xB94EE8) is known color: Medium Orchid. HEX triplet: B9, 4E and E8. RGB value is (185,78,232). Sum of RGB (Red+Green+Blue) = 185+78+232=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #B94EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EE8 is #46B117. Grayscale: #7F7F7F. Windows color (decimal): -4632856 or 15224505. OLE color: 15224505.

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

Color convert

RGB 185 78 232 -
CMYK 0.20 0.66 0 0.09
HSL 281.69º 0.77% 0.61% -
HSV(B) 281.69º 0.66% 0.91% -
XYZ 37.3 21.59 78.55 -
YUV 127.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 185 78 232 0.20 0.66 0 0.09 281.69 0.77 0.61
Hex B9 4E E8 14 42 0 9 11A 4D 3D
Octal 271 116 350 24 102 0 11 432 115 75
Binary 10111001 1001110 11101000 10100 1000010 0 1001 100011010 1001101 111101

Color Harmonies of #B94EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EE8

Black with #B94EE8

Text Example


Text Example

White with #B94EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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