Html Css Color HEX #BD55DD Medium Orchid

📋 copy color: '#BD55DD'

red 189 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #BD55DD

Tints of Medium Orchid #BD55DD

RGB

 RED value IS 189 (74.22% from 255) = 38.18%

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

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

R = 38.18%
G = 17.17%
B = 44.65%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD55DD (or 0xBD55DD) is known color: Medium Orchid. HEX triplet: BD, 55 and DD. RGB value is (189,85,221). Sum of RGB (Red+Green+Blue) = 189+85+221=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55DD is #42AA22. Grayscale: #838383. Windows color (decimal): -4368931 or 14505405. OLE color: 14505405.

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

Color convert

RGB 189 85 221 -
CMYK 0.14 0.62 0 0.13
HSL 285.88º 0.67% 0.6% -
HSV(B) 285.88º 0.62% 0.87% -
XYZ 37.29 22.54 70.79 -
YUV 131.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 189 85 221 0.14 0.62 0 0.13 285.88 0.67 0.6
Hex BD 55 DD E 3E 0 D 11E 43 3C
Octal 275 125 335 16 76 0 15 436 103 74
Binary 10111101 1010101 11011101 1110 111110 0 1101 100011110 1000011 111100

Color Harmonies of #BD55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55DD

Black with #BD55DD

Text Example


Text Example

White with #BD55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55DD; }

 p { color: rgb(189,85,221); }

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

background-color css

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

 a { background-color: rgb(189,85,221); }

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

border-color css

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

 span { border-color: rgb(189,85,221); }

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