Html Css Color HEX #BB45DB Medium Orchid

📋 copy color: '#BB45DB'

red 187 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #BB45DB

Tints of Medium Orchid #BB45DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.53%

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 39.37%
G = 14.53%
B = 46.11%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB45DB (or 0xBB45DB) is known color: Medium Orchid. HEX triplet: BB, 45 and DB. RGB value is (187,69,219). Sum of RGB (Red+Green+Blue) = 187+69+219=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB45DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45DB is #44BA24. Grayscale: #787878. Windows color (decimal): -4504101 or 14370235. OLE color: 14370235.

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

Color convert

RGB 187 69 219 -
CMYK 0.15 0.68 0 0.14
HSL 287.2º 0.68% 0.56% -
HSV(B) 287.2º 0.68% 0.86% -
XYZ 35.41 19.94 69 -
YUV 121.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 187 69 219 0.15 0.68 0 0.14 287.2 0.68 0.56
Hex BB 45 DB F 44 0 E 11F 44 38
Octal 273 105 333 17 104 0 16 437 104 70
Binary 10111011 1000101 11011011 1111 1000100 0 1110 100011111 1000100 111000

Color Harmonies of #BB45DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45DB

Black with #BB45DB

Text Example


Text Example

White with #BB45DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45DB; }

 p { color: rgb(187,69,219); }

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

background-color css

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

 a { background-color: rgb(187,69,219); }

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

border-color css

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

 span { border-color: rgb(187,69,219); }

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