Html Css Color HEX #B94AFF Medium Orchid

📋 copy color: '#B94AFF'

red 185 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #B94AFF

Tints of Medium Orchid #B94AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.4%

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

R = 35.99%
G = 14.4%
B = 49.61%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B94AFF (or 0xB94AFF) is known color: Medium Orchid. HEX triplet: B9, 4A and FF. RGB value is (185,74,255). Sum of RGB (Red+Green+Blue) = 185+74+255=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B94AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AFF is #46B500. Grayscale: #7F7F7F. Windows color (decimal): -4633857 or 16730809. OLE color: 16730809.

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

Color convert

RGB 185 74 255 -
CMYK 0.27 0.71 0 0
HSL 276.8º 1% 0.65% -
HSV(B) 276.8º 0.71% 1% -
XYZ 40.51 22.43 96.8 -
YUV 127.82 199.77 168.78 -
System Red Green Blue C M Y K H S L
Decimal 185 74 255 0.27 0.71 0 0 276.8 1 0.65
Hex B9 4A FF 1B 47 0 0 115 64 41
Octal 271 112 377 33 107 0 0 425 144 101
Binary 10111001 1001010 11111111 11011 1000111 0 0 100010101 1100100 1000001

Color Harmonies of #B94AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AFF

Black with #B94AFF

Text Example


Text Example

White with #B94AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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