Html Css Color HEX #BD64CD Medium Orchid

📋 copy color: '#BD64CD'

red 189 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #BD64CD

Tints of Medium Orchid #BD64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.24%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 38.26%
G = 20.24%
B = 41.5%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD64CD (or 0xBD64CD) is known color: Medium Orchid. HEX triplet: BD, 64 and CD. RGB value is (189,100,205). Sum of RGB (Red+Green+Blue) = 189+100+205=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD64CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64CD is #429B32. Grayscale: #8A8A8A. Windows color (decimal): -4365107 or 13460669. OLE color: 13460669.

HSL color Cylindrical-coordinate representation of color #BD64CD: hue angle of 290.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD64CD is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 100 205 -
CMYK 0.08 0.51 0 0.20
HSL 290.86º 0.51% 0.6% -
HSV(B) 290.86º 0.51% 0.8% -
XYZ 36.56 24.34 60.53 -
YUV 138.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 189 100 205 0.08 0.51 0 0.20 290.86 0.51 0.6
Hex BD 64 CD 8 33 0 14 123 33 3C
Octal 275 144 315 10 63 0 24 443 63 74
Binary 10111101 1100100 11001101 1000 110011 0 10100 100100011 110011 111100

Color Harmonies of #BD64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64CD

Black with #BD64CD

Text Example


Text Example

White with #BD64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64CD; }

 p { color: rgb(189,100,205); }

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

background-color css

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

 a { background-color: rgb(189,100,205); }

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

border-color css

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

 span { border-color: rgb(189,100,205); }

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