Html Css Color HEX #BD60CF Medium Orchid

📋 copy color: '#BD60CF'

red 189 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #BD60CF

Tints of Medium Orchid #BD60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 38.41%
G = 19.51%
B = 42.07%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD60CF (or 0xBD60CF) is known color: Medium Orchid. HEX triplet: BD, 60 and CF. RGB value is (189,96,207). Sum of RGB (Red+Green+Blue) = 189+96+207=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60CF is #429F30. Grayscale: #888888. Windows color (decimal): -4366129 or 13590717. OLE color: 13590717.

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

Color convert

RGB 189 96 207 -
CMYK 0.09 0.54 0 0.19
HSL 290.27º 0.54% 0.59% -
HSV(B) 290.27º 0.54% 0.81% -
XYZ 36.43 23.69 61.68 -
YUV 136.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 189 96 207 0.09 0.54 0 0.19 290.27 0.54 0.59
Hex BD 60 CF 9 36 0 13 122 36 3B
Octal 275 140 317 11 66 0 23 442 66 73
Binary 10111101 1100000 11001111 1001 110110 0 10011 100100010 110110 111011

Color Harmonies of #BD60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60CF

Black with #BD60CF

Text Example


Text Example

White with #BD60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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