Html Css Color HEX #BD61D5 Medium Orchid

📋 copy color: '#BD61D5'

red 189 ◦ green 97 ◦ blue 213

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

Shades of Medium Orchid #BD61D5

Tints of Medium Orchid #BD61D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 37.88%
G = 19.44%
B = 42.69%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD61D5 (or 0xBD61D5) is known color: Medium Orchid. HEX triplet: BD, 61 and D5. RGB value is (189,97,213). Sum of RGB (Red+Green+Blue) = 189+97+213=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61D5 is #429E2A. Grayscale: #898989. Windows color (decimal): -4365867 or 13984189. OLE color: 13984189.

HSL color Cylindrical-coordinate representation of color #BD61D5: hue angle of 287.59º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD61D5 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 97 213 -
CMYK 0.11 0.54 0 0.16
HSL 287.59º 0.58% 0.61% -
HSV(B) 287.59º 0.54% 0.84% -
XYZ 37.27 24.17 65.65 -
YUV 137.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 189 97 213 0.11 0.54 0 0.16 287.59 0.58 0.61
Hex BD 61 D5 B 36 0 10 120 3A 3D
Octal 275 141 325 13 66 0 20 440 72 75
Binary 10111101 1100001 11010101 1011 110110 0 10000 100100000 111010 111101

Color Harmonies of #BD61D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61D5

Black with #BD61D5

Text Example


Text Example

White with #BD61D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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