Html Css Color HEX #BD64DC Medium Orchid

📋 copy color: '#BD64DC'

red 189 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #BD64DC

Tints of Medium Orchid #BD64DC

RGB

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

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

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

R = 37.13%
G = 19.65%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD64DC (or 0xBD64DC) is known color: Medium Orchid. HEX triplet: BD, 64 and DC. RGB value is (189,100,220). Sum of RGB (Red+Green+Blue) = 189+100+220=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64DC is #429B23. Grayscale: #8B8B8B. Windows color (decimal): -4365092 or 14443709. OLE color: 14443709.

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

Color convert

RGB 189 100 220 -
CMYK 0.14 0.55 0 0.14
HSL 284.5º 0.63% 0.63% -
HSV(B) 284.5º 0.55% 0.86% -
XYZ 38.46 25.1 70.53 -
YUV 140.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 189 100 220 0.14 0.55 0 0.14 284.5 0.63 0.63
Hex BD 64 DC E 37 0 E 11C 3F 3F
Octal 275 144 334 16 67 0 16 434 77 77
Binary 10111101 1100100 11011100 1110 110111 0 1110 100011100 111111 111111

Color Harmonies of #BD64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64DC

Black with #BD64DC

Text Example


Text Example

White with #BD64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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