Html Css Color HEX #BD61D2 Medium Orchid

📋 copy color: '#BD61D2'

red 189 ◦ green 97 ◦ blue 210

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

Shades of Medium Orchid #BD61D2

Tints of Medium Orchid #BD61D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 38.1%
G = 19.56%
B = 42.34%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD61D2 (or 0xBD61D2) is known color: Medium Orchid. HEX triplet: BD, 61 and D2. RGB value is (189,97,210). Sum of RGB (Red+Green+Blue) = 189+97+210=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD61D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61D2 is #429E2D. Grayscale: #898989. Windows color (decimal): -4365870 or 13787581. OLE color: 13787581.

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

Color convert

RGB 189 97 210 -
CMYK 0.10 0.54 0 0.18
HSL 288.85º 0.56% 0.6% -
HSV(B) 288.85º 0.54% 0.82% -
XYZ 36.89 24.02 63.66 -
YUV 137.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 189 97 210 0.10 0.54 0 0.18 288.85 0.56 0.6
Hex BD 61 D2 A 36 0 12 121 38 3C
Octal 275 141 322 12 66 0 22 441 70 74
Binary 10111101 1100001 11010010 1010 110110 0 10010 100100001 111000 111100

Color Harmonies of #BD61D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61D2

Black with #BD61D2

Text Example


Text Example

White with #BD61D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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