Html Css Color HEX #BB41F1 Medium Orchid

📋 copy color: '#BB41F1'

red 187 ◦ green 65 ◦ blue 241

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

Shades of Medium Orchid #BB41F1

Tints of Medium Orchid #BB41F1

RGB

 RED value IS 187 (73.44% from 255) = 37.93%

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

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

R = 37.93%
G = 13.18%
B = 48.88%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB41F1 (or 0xBB41F1) is known color: Medium Orchid. HEX triplet: BB, 41 and F1. RGB value is (187,65,241). Sum of RGB (Red+Green+Blue) = 187+65+241=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB41F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41F1 is #44BE0E. Grayscale: #787878. Windows color (decimal): -4505103 or 15811003. OLE color: 15811003.

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

Color convert

RGB 187 65 241 -
CMYK 0.22 0.73 0 0.05
HSL 281.59º 0.86% 0.6% -
HSV(B) 281.59º 0.73% 0.95% -
XYZ 38.26 20.7 85.2 -
YUV 121.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 187 65 241 0.22 0.73 0 0.05 281.59 0.86 0.6
Hex BB 41 F1 16 49 0 5 11A 56 3C
Octal 273 101 361 26 111 0 5 432 126 74
Binary 10111011 1000001 11110001 10110 1001001 0 101 100011010 1010110 111100

Color Harmonies of #BB41F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41F1

Black with #BB41F1

Text Example


Text Example

White with #BB41F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41F1; }

 p { color: rgb(187,65,241); }

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

background-color css

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

 a { background-color: rgb(187,65,241); }

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

border-color css

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

 span { border-color: rgb(187,65,241); }

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