Html Css Color HEX #BD61CF Medium Orchid

📋 copy color: '#BD61CF'

red 189 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #BD61CF

Tints of Medium Orchid #BD61CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 38.34%
G = 19.68%
B = 41.99%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD61CF (or 0xBD61CF) is known color: Medium Orchid. HEX triplet: BD, 61 and CF. RGB value is (189,97,207). Sum of RGB (Red+Green+Blue) = 189+97+207=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61CF is #429E30. Grayscale: #888888. Windows color (decimal): -4365873 or 13590973. OLE color: 13590973.

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

Color convert

RGB 189 97 207 -
CMYK 0.09 0.53 0 0.19
HSL 290.18º 0.53% 0.6% -
HSV(B) 290.18º 0.53% 0.81% -
XYZ 36.52 23.87 61.71 -
YUV 137.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 189 97 207 0.09 0.53 0 0.19 290.18 0.53 0.6
Hex BD 61 CF 9 35 0 13 122 35 3C
Octal 275 141 317 11 65 0 23 442 65 74
Binary 10111101 1100001 11001111 1001 110101 0 10011 100100010 110101 111100

Color Harmonies of #BD61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61CF

Black with #BD61CF

Text Example


Text Example

White with #BD61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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