Html Css Color HEX #BD63DD Medium Orchid

📋 copy color: '#BD63DD'

red 189 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #BD63DD

Tints of Medium Orchid #BD63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.45%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 37.13%
G = 19.45%
B = 43.42%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD63DD (or 0xBD63DD) is known color: Medium Orchid. HEX triplet: BD, 63 and DD. RGB value is (189,99,221). Sum of RGB (Red+Green+Blue) = 189+99+221=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63DD is #429C22. Grayscale: #8B8B8B. Windows color (decimal): -4365347 or 14508989. OLE color: 14508989.

HSL color Cylindrical-coordinate representation of color #BD63DD: hue angle of 284.26º degrees, saturation: 0.64, 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 #BD63DD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 99 221 -
CMYK 0.14 0.55 0 0.13
HSL 284.26º 0.64% 0.63% -
HSV(B) 284.26º 0.55% 0.87% -
XYZ 38.5 24.96 71.2 -
YUV 139.82 173.82 163.08 -
System Red Green Blue C M Y K H S L
Decimal 189 99 221 0.14 0.55 0 0.13 284.26 0.64 0.63
Hex BD 63 DD E 37 0 D 11C 40 3F
Octal 275 143 335 16 67 0 15 434 100 77
Binary 10111101 1100011 11011101 1110 110111 0 1101 100011100 1000000 111111

Color Harmonies of #BD63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63DD

Black with #BD63DD

Text Example


Text Example

White with #BD63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63DD; }

 p { color: rgb(189,99,221); }

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

background-color css

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

 a { background-color: rgb(189,99,221); }

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

border-color css

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

 span { border-color: rgb(189,99,221); }

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