Html Css Color HEX #BD55DC Medium Orchid

📋 copy color: '#BD55DC'

red 189 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #BD55DC

Tints of Medium Orchid #BD55DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 38.26%
G = 17.21%
B = 44.53%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD55DC (or 0xBD55DC) is known color: Medium Orchid. HEX triplet: BD, 55 and DC. RGB value is (189,85,220). Sum of RGB (Red+Green+Blue) = 189+85+220=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55DC is #42AA23. Grayscale: #838383. Windows color (decimal): -4368932 or 14439869. OLE color: 14439869.

HSL color Cylindrical-coordinate representation of color #BD55DC: hue angle of 286.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD55DC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 85 220 -
CMYK 0.14 0.61 0 0.14
HSL 286.22º 0.66% 0.6% -
HSV(B) 286.22º 0.61% 0.86% -
XYZ 37.15 22.48 70.09 -
YUV 131.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 189 85 220 0.14 0.61 0 0.14 286.22 0.66 0.6
Hex BD 55 DC E 3D 0 E 11E 42 3C
Octal 275 125 334 16 75 0 16 436 102 74
Binary 10111101 1010101 11011100 1110 111101 0 1110 100011110 1000010 111100

Color Harmonies of #BD55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55DC

Black with #BD55DC

Text Example


Text Example

White with #BD55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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