Html Css Color HEX #BB40DC Medium Orchid

📋 copy color: '#BB40DC'

red 187 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #BB40DC

Tints of Medium Orchid #BB40DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 39.7%
G = 13.59%
B = 46.71%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB40DC (or 0xBB40DC) is known color: Medium Orchid. HEX triplet: BB, 40 and DC. RGB value is (187,64,220). Sum of RGB (Red+Green+Blue) = 187+64+220=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40DC is #44BF23. Grayscale: #767676. Windows color (decimal): -4505380 or 14434491. OLE color: 14434491.

HSL color Cylindrical-coordinate representation of color #BB40DC: hue angle of 287.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB40DC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 64 220 -
CMYK 0.15 0.71 0 0.14
HSL 287.31º 0.69% 0.56% -
HSV(B) 287.31º 0.71% 0.86% -
XYZ 35.25 19.4 69.6 -
YUV 118.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 187 64 220 0.15 0.71 0 0.14 287.31 0.69 0.56
Hex BB 40 DC F 47 0 E 11F 45 38
Octal 273 100 334 17 107 0 16 437 105 70
Binary 10111011 1000000 11011100 1111 1000111 0 1110 100011111 1000101 111000

Color Harmonies of #BB40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40DC

Black with #BB40DC

Text Example


Text Example

White with #BB40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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