Html Css Color HEX #B94AF6 Medium Orchid

📋 copy color: '#B94AF6'

red 185 ◦ green 74 ◦ blue 246

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

Shades of Medium Orchid #B94AF6

Tints of Medium Orchid #B94AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.71%

R = 36.63%
G = 14.65%
B = 48.71%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B94AF6 (or 0xB94AF6) is known color: Medium Orchid. HEX triplet: B9, 4A and F6. RGB value is (185,74,246). Sum of RGB (Red+Green+Blue) = 185+74+246=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #B94AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AF6 is #46B509. Grayscale: #7E7E7E. Windows color (decimal): -4633866 or 16140985. OLE color: 16140985.

HSL color Cylindrical-coordinate representation of color #B94AF6: hue angle of 278.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94AF6 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 74 246 -
CMYK 0.25 0.70 0 0.04
HSL 278.72º 0.91% 0.63% -
HSV(B) 278.72º 0.7% 0.96% -
XYZ 39.09 21.87 89.35 -
YUV 126.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 185 74 246 0.25 0.70 0 0.04 278.72 0.91 0.63
Hex B9 4A F6 19 46 0 4 117 5B 3F
Octal 271 112 366 31 106 0 4 427 133 77
Binary 10111001 1001010 11110110 11001 1000110 0 100 100010111 1011011 111111

Color Harmonies of #B94AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AF6

Black with #B94AF6

Text Example


Text Example

White with #B94AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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