Html Css Color HEX #BB54D0 Medium Orchid

📋 copy color: '#BB54D0'

red 187 ◦ green 84 ◦ blue 208

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

Shades of Medium Orchid #BB54D0

Tints of Medium Orchid #BB54D0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.54%

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 39.04%
G = 17.54%
B = 43.42%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB54D0 (or 0xBB54D0) is known color: Medium Orchid. HEX triplet: BB, 54 and D0. RGB value is (187,84,208). Sum of RGB (Red+Green+Blue) = 187+84+208=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB54D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54D0 is #44AB2F. Grayscale: #808080. Windows color (decimal): -4500272 or 13653179. OLE color: 13653179.

HSL color Cylindrical-coordinate representation of color #BB54D0: hue angle of 289.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB54D0 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 84 208 -
CMYK 0.10 0.60 0 0.18
HSL 289.84º 0.57% 0.57% -
HSV(B) 289.84º 0.6% 0.82% -
XYZ 35.05 21.46 61.97 -
YUV 128.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 187 84 208 0.10 0.60 0 0.18 289.84 0.57 0.57
Hex BB 54 D0 A 3C 0 12 122 39 39
Octal 273 124 320 12 74 0 22 442 71 71
Binary 10111011 1010100 11010000 1010 111100 0 10010 100100010 111001 111001

Color Harmonies of #BB54D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54D0

Black with #BB54D0

Text Example


Text Example

White with #BB54D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54D0; }

 p { color: rgb(187,84,208); }

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

background-color css

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

 a { background-color: rgb(187,84,208); }

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

border-color css

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

 span { border-color: rgb(187,84,208); }

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