Html Css Color HEX #BB41F9 Medium Orchid

📋 copy color: '#BB41F9'

red 187 ◦ green 65 ◦ blue 249

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

Shades of Medium Orchid #BB41F9

Tints of Medium Orchid #BB41F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 37.33%
G = 12.97%
B = 49.7%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB41F9 (or 0xBB41F9) is known color: Medium Orchid. HEX triplet: BB, 41 and F9. RGB value is (187,65,249). Sum of RGB (Red+Green+Blue) = 187+65+249=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB41F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41F9 is #44BE06. Grayscale: #797979. Windows color (decimal): -4505095 or 16335291. OLE color: 16335291.

HSL color Cylindrical-coordinate representation of color #BB41F9: hue angle of 279.78º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB41F9 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 65 249 -
CMYK 0.25 0.74 0 0.02
HSL 279.78º 0.94% 0.62% -
HSV(B) 279.78º 0.74% 0.98% -
XYZ 39.48 21.18 91.63 -
YUV 122.45 199.42 174.04 -
System Red Green Blue C M Y K H S L
Decimal 187 65 249 0.25 0.74 0 0.02 279.78 0.94 0.62
Hex BB 41 F9 19 4A 0 2 118 5E 3E
Octal 273 101 371 31 112 0 2 430 136 76
Binary 10111011 1000001 11111001 11001 1001010 0 10 100011000 1011110 111110

Color Harmonies of #BB41F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41F9

Black with #BB41F9

Text Example


Text Example

White with #BB41F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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