Html Css Color HEX #BD64E0 Medium Orchid

📋 copy color: '#BD64E0'

red 189 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #BD64E0

Tints of Medium Orchid #BD64E0

RGB

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

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

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

R = 36.84%
G = 19.49%
B = 43.66%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD64E0 (or 0xBD64E0) is known color: Medium Orchid. HEX triplet: BD, 64 and E0. RGB value is (189,100,224). Sum of RGB (Red+Green+Blue) = 189+100+224=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64E0 is #429B1F. Grayscale: #8C8C8C. Windows color (decimal): -4365088 or 14705853. OLE color: 14705853.

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

Color convert

RGB 189 100 224 -
CMYK 0.16 0.55 0 0.12
HSL 283.06º 0.67% 0.64% -
HSV(B) 283.06º 0.55% 0.88% -
XYZ 39 25.31 73.35 -
YUV 140.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 189 100 224 0.16 0.55 0 0.12 283.06 0.67 0.64
Hex BD 64 E0 10 37 0 C 11B 43 40
Octal 275 144 340 20 67 0 14 433 103 100
Binary 10111101 1100100 11100000 10000 110111 0 1100 100011011 1000011 1000000

Color Harmonies of #BD64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64E0

Black with #BD64E0

Text Example


Text Example

White with #BD64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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