Html Css Color HEX #BD60E0 Medium Orchid

📋 copy color: '#BD60E0'

red 189 ◦ green 96 ◦ blue 224

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

Shades of Medium Orchid #BD60E0

Tints of Medium Orchid #BD60E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 37.13%
G = 18.86%
B = 44.01%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD60E0 (or 0xBD60E0) is known color: Medium Orchid. HEX triplet: BD, 60 and E0. RGB value is (189,96,224). Sum of RGB (Red+Green+Blue) = 189+96+224=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60E0 is #429F1F. Grayscale: #898989. Windows color (decimal): -4366112 or 14704829. OLE color: 14704829.

HSL color Cylindrical-coordinate representation of color #BD60E0: hue angle of 283.59º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD60E0 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 96 224 -
CMYK 0.16 0.57 0 0.12
HSL 283.59º 0.67% 0.63% -
HSV(B) 283.59º 0.57% 0.88% -
XYZ 38.62 24.57 73.23 -
YUV 138.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 189 96 224 0.16 0.57 0 0.12 283.59 0.67 0.63
Hex BD 60 E0 10 39 0 C 11C 43 3F
Octal 275 140 340 20 71 0 14 434 103 77
Binary 10111101 1100000 11100000 10000 111001 0 1100 100011100 1000011 111111

Color Harmonies of #BD60E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60E0

Black with #BD60E0

Text Example


Text Example

White with #BD60E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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