Html Css Color HEX #BD55DA Medium Orchid

📋 copy color: '#BD55DA'

red 189 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #BD55DA

Tints of Medium Orchid #BD55DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 38.41%
G = 17.28%
B = 44.31%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD55DA (or 0xBD55DA) is known color: Medium Orchid. HEX triplet: BD, 55 and DA. RGB value is (189,85,218). Sum of RGB (Red+Green+Blue) = 189+85+218=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD55DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55DA is #42AA25. Grayscale: #828282. Windows color (decimal): -4368934 or 14308797. OLE color: 14308797.

HSL color Cylindrical-coordinate representation of color #BD55DA: hue angle of 286.92º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD55DA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 85 218 -
CMYK 0.13 0.61 0 0.15
HSL 286.92º 0.64% 0.59% -
HSV(B) 286.92º 0.61% 0.85% -
XYZ 36.89 22.38 68.7 -
YUV 131.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 189 85 218 0.13 0.61 0 0.15 286.92 0.64 0.59
Hex BD 55 DA D 3D 0 F 11F 40 3B
Octal 275 125 332 15 75 0 17 437 100 73
Binary 10111101 1010101 11011010 1101 111101 0 1111 100011111 1000000 111011

Color Harmonies of #BD55DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55DA

Black with #BD55DA

Text Example


Text Example

White with #BD55DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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