Html Css Color HEX #B94AF1 Medium Orchid

📋 copy color: '#B94AF1'

red 185 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #B94AF1

Tints of Medium Orchid #B94AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 37%
G = 14.8%
B = 48.2%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B94AF1 (or 0xB94AF1) is known color: Medium Orchid. HEX triplet: B9, 4A and F1. RGB value is (185,74,241). Sum of RGB (Red+Green+Blue) = 185+74+241=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #B94AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AF1 is #46B50E. Grayscale: #7D7D7D. Windows color (decimal): -4633871 or 15813305. OLE color: 15813305.

HSL color Cylindrical-coordinate representation of color #B94AF1: hue angle of 279.88º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94AF1 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 74 241 -
CMYK 0.23 0.69 0 0.05
HSL 279.88º 0.86% 0.62% -
HSV(B) 279.88º 0.69% 0.95% -
XYZ 38.33 21.56 85.36 -
YUV 126.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 185 74 241 0.23 0.69 0 0.05 279.88 0.86 0.62
Hex B9 4A F1 17 45 0 5 118 56 3E
Octal 271 112 361 27 105 0 5 430 126 76
Binary 10111001 1001010 11110001 10111 1000101 0 101 100011000 1010110 111110

Color Harmonies of #B94AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AF1

Black with #B94AF1

Text Example


Text Example

White with #B94AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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