Html Css Color HEX #B94AFE Medium Orchid

📋 copy color: '#B94AFE'

red 185 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #B94AFE

Tints of Medium Orchid #B94AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 36.06%
G = 14.42%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B94AFE (or 0xB94AFE) is known color: Medium Orchid. HEX triplet: B9, 4A and FE. RGB value is (185,74,254). Sum of RGB (Red+Green+Blue) = 185+74+254=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B94AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AFE is #46B501. Grayscale: #7F7F7F. Windows color (decimal): -4633858 or 16665273. OLE color: 16665273.

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

Color convert

RGB 185 74 254 -
CMYK 0.27 0.71 0 0.00
HSL 277º 0.99% 0.64% -
HSV(B) 277º 0.71% 1% -
XYZ 40.35 22.37 95.96 -
YUV 127.71 199.27 168.86 -
System Red Green Blue C M Y K H S L
Decimal 185 74 254 0.27 0.71 0 0.00 277 0.99 0.64
Hex B9 4A FE 1B 47 0 0 115 63 40
Octal 271 112 376 33 107 0 0 425 143 100
Binary 10111001 1001010 11111110 11011 1000111 0 0 100010101 1100011 1000000

Color Harmonies of #B94AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AFE

Black with #B94AFE

Text Example


Text Example

White with #B94AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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