Html Css Color HEX #BD63CD Medium Orchid

📋 copy color: '#BD63CD'

red 189 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #BD63CD

Tints of Medium Orchid #BD63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 38.34%
G = 20.08%
B = 41.58%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD63CD (or 0xBD63CD) is known color: Medium Orchid. HEX triplet: BD, 63 and CD. RGB value is (189,99,205). Sum of RGB (Red+Green+Blue) = 189+99+205=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63CD is #429C32. Grayscale: #898989. Windows color (decimal): -4365363 or 13460413. OLE color: 13460413.

HSL color Cylindrical-coordinate representation of color #BD63CD: hue angle of 290.94º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD63CD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 99 205 -
CMYK 0.08 0.52 0 0.20
HSL 290.94º 0.51% 0.6% -
HSV(B) 290.94º 0.52% 0.8% -
XYZ 36.47 24.15 60.5 -
YUV 137.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 189 99 205 0.08 0.52 0 0.20 290.94 0.51 0.6
Hex BD 63 CD 8 34 0 14 123 33 3C
Octal 275 143 315 10 64 0 24 443 63 74
Binary 10111101 1100011 11001101 1000 110100 0 10100 100100011 110011 111100

Color Harmonies of #BD63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63CD

Black with #BD63CD

Text Example


Text Example

White with #BD63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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