Html Css Color HEX #BD61D0 Medium Orchid

📋 copy color: '#BD61D0'

red 189 ◦ green 97 ◦ blue 208

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

Shades of Medium Orchid #BD61D0

Tints of Medium Orchid #BD61D0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 38.26%
G = 19.64%
B = 42.11%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD61D0 (or 0xBD61D0) is known color: Medium Orchid. HEX triplet: BD, 61 and D0. RGB value is (189,97,208). Sum of RGB (Red+Green+Blue) = 189+97+208=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD61D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61D0 is #429E2F. Grayscale: #888888. Windows color (decimal): -4365872 or 13656509. OLE color: 13656509.

HSL color Cylindrical-coordinate representation of color #BD61D0: hue angle of 289.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD61D0 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 97 208 -
CMYK 0.09 0.53 0 0.18
HSL 289.73º 0.54% 0.6% -
HSV(B) 289.73º 0.53% 0.82% -
XYZ 36.65 23.92 62.36 -
YUV 137.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 189 97 208 0.09 0.53 0 0.18 289.73 0.54 0.6
Hex BD 61 D0 9 35 0 12 122 36 3C
Octal 275 141 320 11 65 0 22 442 66 74
Binary 10111101 1100001 11010000 1001 110101 0 10010 100100010 110110 111100

Color Harmonies of #BD61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61D0

Black with #BD61D0

Text Example


Text Example

White with #BD61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61D0; }

 p { color: rgb(189,97,208); }

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

background-color css

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

 a { background-color: rgb(189,97,208); }

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

border-color css

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

 span { border-color: rgb(189,97,208); }

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