Html Css Color HEX #BD64E5 Medium Orchid

📋 copy color: '#BD64E5'

red 189 ◦ green 100 ◦ blue 229

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

Shades of Medium Orchid #BD64E5

Tints of Medium Orchid #BD64E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 36.49%
G = 19.31%
B = 44.21%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD64E5 (or 0xBD64E5) is known color: Medium Orchid. HEX triplet: BD, 64 and E5. RGB value is (189,100,229). Sum of RGB (Red+Green+Blue) = 189+100+229=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD64E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64E5 is #429B1A. Grayscale: #8C8C8C. Windows color (decimal): -4365083 or 15033533. OLE color: 15033533.

HSL color Cylindrical-coordinate representation of color #BD64E5: hue angle of 281.4º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD64E5 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 100 229 -
CMYK 0.17 0.56 0 0.10
HSL 281.4º 0.71% 0.65% -
HSV(B) 281.4º 0.56% 0.9% -
XYZ 39.69 25.59 76.98 -
YUV 141.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 189 100 229 0.17 0.56 0 0.10 281.4 0.71 0.65
Hex BD 64 E5 11 38 0 A 119 47 41
Octal 275 144 345 21 70 0 12 431 107 101
Binary 10111101 1100100 11100101 10001 111000 0 1010 100011001 1000111 1000001

Color Harmonies of #BD64E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64E5

Black with #BD64E5

Text Example


Text Example

White with #BD64E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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