Html Css Color HEX #BD63E9 Medium Orchid

📋 copy color: '#BD63E9'

red 189 ◦ green 99 ◦ blue 233

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

Shades of Medium Orchid #BD63E9

Tints of Medium Orchid #BD63E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.72%

R = 36.28%
G = 19%
B = 44.72%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD63E9 (or 0xBD63E9) is known color: Medium Orchid. HEX triplet: BD, 63 and E9. RGB value is (189,99,233). Sum of RGB (Red+Green+Blue) = 189+99+233=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63E9 is #429C16. Grayscale: #8C8C8C. Windows color (decimal): -4365335 or 15295421. OLE color: 15295421.

HSL color Cylindrical-coordinate representation of color #BD63E9: hue angle of 280.3º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD63E9 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 99 233 -
CMYK 0.19 0.58 0 0.09
HSL 280.3º 0.75% 0.65% -
HSV(B) 280.3º 0.58% 0.91% -
XYZ 40.16 25.63 79.92 -
YUV 141.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 189 99 233 0.19 0.58 0 0.09 280.3 0.75 0.65
Hex BD 63 E9 13 3A 0 9 118 4B 41
Octal 275 143 351 23 72 0 11 430 113 101
Binary 10111101 1100011 11101001 10011 111010 0 1001 100011000 1001011 1000001

Color Harmonies of #BD63E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63E9

Black with #BD63E9

Text Example


Text Example

White with #BD63E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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