Html Css Color HEX #BD61CE Medium Orchid

📋 copy color: '#BD61CE'

red 189 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #BD61CE

Tints of Medium Orchid #BD61CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 38.41%
G = 19.72%
B = 41.87%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD61CE (or 0xBD61CE) is known color: Medium Orchid. HEX triplet: BD, 61 and CE. RGB value is (189,97,206). Sum of RGB (Red+Green+Blue) = 189+97+206=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61CE is #429E31. Grayscale: #888888. Windows color (decimal): -4365874 or 13525437. OLE color: 13525437.

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

Color convert

RGB 189 97 206 -
CMYK 0.08 0.53 0 0.19
HSL 290.64º 0.53% 0.59% -
HSV(B) 290.64º 0.53% 0.81% -
XYZ 36.4 23.82 61.07 -
YUV 136.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 189 97 206 0.08 0.53 0 0.19 290.64 0.53 0.59
Hex BD 61 CE 8 35 0 13 123 35 3B
Octal 275 141 316 10 65 0 23 443 65 73
Binary 10111101 1100001 11001110 1000 110101 0 10011 100100011 110101 111011

Color Harmonies of #BD61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61CE

Black with #BD61CE

Text Example


Text Example

White with #BD61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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