Html Css Color HEX #BD60DC Medium Orchid

📋 copy color: '#BD60DC'

red 189 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #BD60DC

Tints of Medium Orchid #BD60DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 37.43%
G = 19.01%
B = 43.56%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD60DC (or 0xBD60DC) is known color: Medium Orchid. HEX triplet: BD, 60 and DC. RGB value is (189,96,220). Sum of RGB (Red+Green+Blue) = 189+96+220=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60DC is #429F23. Grayscale: #898989. Windows color (decimal): -4366116 or 14442685. OLE color: 14442685.

HSL color Cylindrical-coordinate representation of color #BD60DC: hue angle of 285º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD60DC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 96 220 -
CMYK 0.14 0.56 0 0.14
HSL 285º 0.64% 0.62% -
HSV(B) 285º 0.56% 0.86% -
XYZ 38.09 24.35 70.4 -
YUV 137.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 189 96 220 0.14 0.56 0 0.14 285 0.64 0.62
Hex BD 60 DC E 38 0 E 11D 40 3E
Octal 275 140 334 16 70 0 16 435 100 76
Binary 10111101 1100000 11011100 1110 111000 0 1110 100011101 1000000 111110

Color Harmonies of #BD60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60DC

Black with #BD60DC

Text Example


Text Example

White with #BD60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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