Html Css Color HEX #BD61D7 Medium Orchid

📋 copy color: '#BD61D7'

red 189 ◦ green 97 ◦ blue 215

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

Shades of Medium Orchid #BD61D7

Tints of Medium Orchid #BD61D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 37.72%
G = 19.36%
B = 42.91%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD61D7 (or 0xBD61D7) is known color: Medium Orchid. HEX triplet: BD, 61 and D7. RGB value is (189,97,215). Sum of RGB (Red+Green+Blue) = 189+97+215=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD61D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61D7 is #429E28. Grayscale: #898989. Windows color (decimal): -4365865 or 14115261. OLE color: 14115261.

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

Color convert

RGB 189 97 215 -
CMYK 0.12 0.55 0 0.16
HSL 286.78º 0.6% 0.61% -
HSV(B) 286.78º 0.55% 0.84% -
XYZ 37.53 24.27 67 -
YUV 137.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 189 97 215 0.12 0.55 0 0.16 286.78 0.6 0.61
Hex BD 61 D7 C 37 0 10 11F 3C 3D
Octal 275 141 327 14 67 0 20 437 74 75
Binary 10111101 1100001 11010111 1100 110111 0 10000 100011111 111100 111101

Color Harmonies of #BD61D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61D7

Black with #BD61D7

Text Example


Text Example

White with #BD61D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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