Html Css Color HEX #BD3CDA Medium Orchid

📋 copy color: '#BD3CDA'

red 189 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #BD3CDA

Tints of Medium Orchid #BD3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.85%

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

R = 40.47%
G = 12.85%
B = 46.68%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD3CDA (or 0xBD3CDA) is known color: Medium Orchid. HEX triplet: BD, 3C and DA. RGB value is (189,60,218). Sum of RGB (Red+Green+Blue) = 189+60+218=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CDA is #42C325. Grayscale: #747474. Windows color (decimal): -4375334 or 14302397. OLE color: 14302397.

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

Color convert

RGB 189 60 218 -
CMYK 0.13 0.72 0 0.15
HSL 288.99º 0.68% 0.55% -
HSV(B) 288.99º 0.72% 0.85% -
XYZ 35.26 19.11 68.16 -
YUV 116.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 189 60 218 0.13 0.72 0 0.15 288.99 0.68 0.55
Hex BD 3C DA D 48 0 F 121 44 37
Octal 275 74 332 15 110 0 17 441 104 67
Binary 10111101 111100 11011010 1101 1001000 0 1111 100100001 1000100 110111

Color Harmonies of #BD3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CDA

Black with #BD3CDA

Text Example


Text Example

White with #BD3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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