Html Css Color HEX #BB55DF Medium Orchid

📋 copy color: '#BB55DF'

red 187 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #BB55DF

Tints of Medium Orchid #BB55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.17%

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

R = 37.78%
G = 17.17%
B = 45.05%

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

#BB55DF (or 0xBB55DF) is known color: Medium Orchid. HEX triplet: BB, 55 and DF. RGB value is (187,85,223). Sum of RGB (Red+Green+Blue) = 187+85+223=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55DF is #44AA20. Grayscale: #828282. Windows color (decimal): -4500001 or 14636475. OLE color: 14636475.

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

Color convert

RGB 187 85 223 -
CMYK 0.16 0.62 0 0.13
HSL 284.35º 0.68% 0.6% -
HSV(B) 284.35º 0.62% 0.87% -
XYZ 37.06 22.39 72.18 -
YUV 131.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 187 85 223 0.16 0.62 0 0.13 284.35 0.68 0.6
Hex BB 55 DF 10 3E 0 D 11C 44 3C
Octal 273 125 337 20 76 0 15 434 104 74
Binary 10111011 1010101 11011111 10000 111110 0 1101 100011100 1000100 111100

Color Harmonies of #BB55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55DF

Black with #BB55DF

Text Example


Text Example

White with #BB55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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