Html Css Color HEX #BD60DF Medium Orchid

📋 copy color: '#BD60DF'

red 189 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #BD60DF

Tints of Medium Orchid #BD60DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 37.2%
G = 18.9%
B = 43.9%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD60DF (or 0xBD60DF) is known color: Medium Orchid. HEX triplet: BD, 60 and DF. RGB value is (189,96,223). Sum of RGB (Red+Green+Blue) = 189+96+223=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60DF is #429F20. Grayscale: #898989. Windows color (decimal): -4366113 or 14639293. OLE color: 14639293.

HSL color Cylindrical-coordinate representation of color #BD60DF: hue angle of 283.94º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD60DF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 96 223 -
CMYK 0.15 0.57 0 0.13
HSL 283.94º 0.66% 0.63% -
HSV(B) 283.94º 0.57% 0.87% -
XYZ 38.49 24.51 72.51 -
YUV 138.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 189 96 223 0.15 0.57 0 0.13 283.94 0.66 0.63
Hex BD 60 DF F 39 0 D 11C 42 3F
Octal 275 140 337 17 71 0 15 434 102 77
Binary 10111101 1100000 11011111 1111 111001 0 1101 100011100 1000010 111111

Color Harmonies of #BD60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60DF

Black with #BD60DF

Text Example


Text Example

White with #BD60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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