Html Css Color HEX #B94EFF Medium Orchid

📋 copy color: '#B94EFF'

red 185 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #B94EFF

Tints of Medium Orchid #B94EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 35.71%
G = 15.06%
B = 49.23%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B94EFF (or 0xB94EFF) is known color: Medium Orchid. HEX triplet: B9, 4E and FF. RGB value is (185,78,255). Sum of RGB (Red+Green+Blue) = 185+78+255=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #B94EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EFF is #46B100. Grayscale: #818181. Windows color (decimal): -4632833 or 16731833. OLE color: 16731833.

HSL color Cylindrical-coordinate representation of color #B94EFF: hue angle of 276.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94EFF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 78 255 -
CMYK 0.27 0.69 0 0
HSL 276.27º 1% 0.65% -
HSV(B) 276.27º 0.69% 1% -
XYZ 40.78 22.98 96.89 -
YUV 130.17 198.45 167.11 -
System Red Green Blue C M Y K H S L
Decimal 185 78 255 0.27 0.69 0 0 276.27 1 0.65
Hex B9 4E FF 1B 45 0 0 114 64 41
Octal 271 116 377 33 105 0 0 424 144 101
Binary 10111001 1001110 11111111 11011 1000101 0 0 100010100 1100100 1000001

Color Harmonies of #B94EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EFF

Black with #B94EFF

Text Example


Text Example

White with #B94EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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