Html Css Color HEX #BB54DF Medium Orchid

📋 copy color: '#BB54DF'

red 187 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #BB54DF

Tints of Medium Orchid #BB54DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 37.85%
G = 17%
B = 45.14%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB54DF (or 0xBB54DF) is known color: Medium Orchid. HEX triplet: BB, 54 and DF. RGB value is (187,84,223). Sum of RGB (Red+Green+Blue) = 187+84+223=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54DF is #44AB20. Grayscale: #828282. Windows color (decimal): -4500257 or 14636219. OLE color: 14636219.

HSL color Cylindrical-coordinate representation of color #BB54DF: hue angle of 284.46º degrees, saturation: 0.68, 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 #BB54DF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 84 223 -
CMYK 0.16 0.62 0 0.13
HSL 284.46º 0.68% 0.6% -
HSV(B) 284.46º 0.62% 0.87% -
XYZ 36.98 22.23 72.15 -
YUV 130.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 187 84 223 0.16 0.62 0 0.13 284.46 0.68 0.6
Hex BB 54 DF 10 3E 0 D 11C 44 3C
Octal 273 124 337 20 76 0 15 434 104 74
Binary 10111011 1010100 11011111 10000 111110 0 1101 100011100 1000100 111100

Color Harmonies of #BB54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54DF

Black with #BB54DF

Text Example


Text Example

White with #BB54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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