Html Css Color HEX #BB40E0 Medium Orchid

📋 copy color: '#BB40E0'

red 187 ◦ green 64 ◦ blue 224

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

Shades of Medium Orchid #BB40E0

Tints of Medium Orchid #BB40E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 39.37%
G = 13.47%
B = 47.16%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB40E0 (or 0xBB40E0) is known color: Medium Orchid. HEX triplet: BB, 40 and E0. RGB value is (187,64,224). Sum of RGB (Red+Green+Blue) = 187+64+224=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB40E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40E0 is #44BF1F. Grayscale: #767676. Windows color (decimal): -4505376 or 14696635. OLE color: 14696635.

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

Color convert

RGB 187 64 224 -
CMYK 0.17 0.71 0 0.12
HSL 286.13º 0.72% 0.56% -
HSV(B) 286.13º 0.71% 0.88% -
XYZ 35.78 19.61 72.42 -
YUV 119.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 187 64 224 0.17 0.71 0 0.12 286.13 0.72 0.56
Hex BB 40 E0 11 47 0 C 11E 48 38
Octal 273 100 340 21 107 0 14 436 110 70
Binary 10111011 1000000 11100000 10001 1000111 0 1100 100011110 1001000 111000

Color Harmonies of #BB40E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40E0

Black with #BB40E0

Text Example


Text Example

White with #BB40E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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