Html Css Color HEX #BD64DF Medium Orchid

📋 copy color: '#BD64DF'

red 189 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #BD64DF

Tints of Medium Orchid #BD64DF

RGB

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

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

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

R = 36.91%
G = 19.53%
B = 43.55%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD64DF (or 0xBD64DF) is known color: Medium Orchid. HEX triplet: BD, 64 and DF. RGB value is (189,100,223). Sum of RGB (Red+Green+Blue) = 189+100+223=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64DF is #429B20. Grayscale: #8C8C8C. Windows color (decimal): -4365089 or 14640317. OLE color: 14640317.

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

Color convert

RGB 189 100 223 -
CMYK 0.15 0.55 0 0.13
HSL 283.41º 0.66% 0.63% -
HSV(B) 283.41º 0.55% 0.87% -
XYZ 38.86 25.26 72.64 -
YUV 140.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 189 100 223 0.15 0.55 0 0.13 283.41 0.66 0.63
Hex BD 64 DF F 37 0 D 11B 42 3F
Octal 275 144 337 17 67 0 15 433 102 77
Binary 10111101 1100100 11011111 1111 110111 0 1101 100011011 1000010 111111

Color Harmonies of #BD64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64DF

Black with #BD64DF

Text Example


Text Example

White with #BD64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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