Html Css Color HEX #BB54DD Medium Orchid

📋 copy color: '#BB54DD'

red 187 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #BB54DD

Tints of Medium Orchid #BB54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 38.01%
G = 17.07%
B = 44.92%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB54DD (or 0xBB54DD) is known color: Medium Orchid. HEX triplet: BB, 54 and DD. RGB value is (187,84,221). Sum of RGB (Red+Green+Blue) = 187+84+221=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54DD is #44AB22. Grayscale: #818181. Windows color (decimal): -4500259 or 14505147. OLE color: 14505147.

HSL color Cylindrical-coordinate representation of color #BB54DD: hue angle of 285.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB54DD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 84 221 -
CMYK 0.15 0.62 0 0.13
HSL 285.11º 0.67% 0.6% -
HSV(B) 285.11º 0.62% 0.87% -
XYZ 36.71 22.13 70.74 -
YUV 130.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 187 84 221 0.15 0.62 0 0.13 285.11 0.67 0.6
Hex BB 54 DD F 3E 0 D 11D 43 3C
Octal 273 124 335 17 76 0 15 435 103 74
Binary 10111011 1010100 11011101 1111 111110 0 1101 100011101 1000011 111100

Color Harmonies of #BB54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54DD

Black with #BB54DD

Text Example


Text Example

White with #BB54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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