Html Css Color HEX #B941FF Medium Orchid

📋 copy color: '#B941FF'

red 185 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #B941FF

Tints of Medium Orchid #B941FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.87%

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

R = 36.63%
G = 12.87%
B = 50.5%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B941FF (or 0xB941FF) is known color: Medium Orchid. HEX triplet: B9, 41 and FF. RGB value is (185,65,255). Sum of RGB (Red+Green+Blue) = 185+65+255=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #B941FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B941FF is #46BE00. Grayscale: #797979. Windows color (decimal): -4636161 or 16728505. OLE color: 16728505.

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

Color convert

RGB 185 65 255 -
CMYK 0.27 0.75 0 0
HSL 277.89º 1% 0.63% -
HSV(B) 277.89º 0.75% 1% -
XYZ 39.95 21.31 96.62 -
YUV 122.54 202.76 172.55 -
System Red Green Blue C M Y K H S L
Decimal 185 65 255 0.27 0.75 0 0 277.89 1 0.63
Hex B9 41 FF 1B 4B 0 0 116 64 3F
Octal 271 101 377 33 113 0 0 426 144 77
Binary 10111001 1000001 11111111 11011 1001011 0 0 100010110 1100100 111111

Color Harmonies of #B941FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941FF

Black with #B941FF

Text Example


Text Example

White with #B941FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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