Html Css Color HEX #BB40E1 Medium Orchid

📋 copy color: '#BB40E1'

red 187 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #BB40E1

Tints of Medium Orchid #BB40E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

 BLUE value IS 225 (88.28% from 255) = 47.27%

R = 39.29%
G = 13.45%
B = 47.27%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB40E1 (or 0xBB40E1) is known color: Medium Orchid. HEX triplet: BB, 40 and E1. RGB value is (187,64,225). Sum of RGB (Red+Green+Blue) = 187+64+225=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40E1 is #44BF1E. Grayscale: #767676. Windows color (decimal): -4505375 or 14762171. OLE color: 14762171.

HSL color Cylindrical-coordinate representation of color #BB40E1: hue angle of 285.84º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB40E1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 64 225 -
CMYK 0.17 0.72 0 0.12
HSL 285.84º 0.73% 0.57% -
HSV(B) 285.84º 0.72% 0.88% -
XYZ 35.92 19.67 73.14 -
YUV 119.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 187 64 225 0.17 0.72 0 0.12 285.84 0.73 0.57
Hex BB 40 E1 11 48 0 C 11E 49 39
Octal 273 100 341 21 110 0 14 436 111 71
Binary 10111011 1000000 11100001 10001 1001000 0 1100 100011110 1001001 111001

Color Harmonies of #BB40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40E1

Black with #BB40E1

Text Example


Text Example

White with #BB40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40E1; }

 p { color: rgb(187,64,225); }

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

background-color css

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

 a { background-color: rgb(187,64,225); }

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

border-color css

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

 span { border-color: rgb(187,64,225); }

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