Html Css Color HEX #BD60CE Medium Orchid

📋 copy color: '#BD60CE'

red 189 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #BD60CE

Tints of Medium Orchid #BD60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.55%

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

R = 38.49%
G = 19.55%
B = 41.96%

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

#BD60CE (or 0xBD60CE) is known color: Medium Orchid. HEX triplet: BD, 60 and CE. RGB value is (189,96,206). Sum of RGB (Red+Green+Blue) = 189+96+206=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60CE is #429F31. Grayscale: #888888. Windows color (decimal): -4366130 or 13525181. OLE color: 13525181.

HSL color Cylindrical-coordinate representation of color #BD60CE: hue angle of 290.73º 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 #BD60CE is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 96 206 -
CMYK 0.08 0.53 0 0.19
HSL 290.73º 0.53% 0.59% -
HSV(B) 290.73º 0.53% 0.81% -
XYZ 36.31 23.64 61.04 -
YUV 136.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 189 96 206 0.08 0.53 0 0.19 290.73 0.53 0.59
Hex BD 60 CE 8 35 0 13 123 35 3B
Octal 275 140 316 10 65 0 23 443 65 73
Binary 10111101 1100000 11001110 1000 110101 0 10011 100100011 110101 111011

Color Harmonies of #BD60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60CE

Black with #BD60CE

Text Example


Text Example

White with #BD60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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