Html Css Color HEX #BD64EB Medium Orchid

📋 copy color: '#BD64EB'

red 189 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #BD64EB

Tints of Medium Orchid #BD64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 36.07%
G = 19.08%
B = 44.85%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD64EB (or 0xBD64EB) is known color: Medium Orchid. HEX triplet: BD, 64 and EB. RGB value is (189,100,235). Sum of RGB (Red+Green+Blue) = 189+100+235=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64EB is #429B14. Grayscale: #8D8D8D. Windows color (decimal): -4365077 or 15426749. OLE color: 15426749.

HSL color Cylindrical-coordinate representation of color #BD64EB: hue angle of 279.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD64EB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 100 235 -
CMYK 0.20 0.57 0 0.08
HSL 279.56º 0.77% 0.66% -
HSV(B) 279.56º 0.57% 0.92% -
XYZ 40.54 25.93 81.47 -
YUV 142 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 189 100 235 0.20 0.57 0 0.08 279.56 0.77 0.66
Hex BD 64 EB 14 39 0 8 118 4D 42
Octal 275 144 353 24 71 0 10 430 115 102
Binary 10111101 1100100 11101011 10100 111001 0 1000 100011000 1001101 1000010

Color Harmonies of #BD64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64EB

Black with #BD64EB

Text Example


Text Example

White with #BD64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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