Html Css Color HEX #B463DD Medium Orchid

📋 copy color: '#B463DD'

red 180 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #B463DD

Tints of Medium Orchid #B463DD

RGB

 RED value IS 180 (70.7% from 255) = 36%

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

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

R = 36%
G = 19.8%
B = 44.2%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B463DD (or 0xB463DD) is known color: Medium Orchid. HEX triplet: B4, 63 and DD. RGB value is (180,99,221). Sum of RGB (Red+Green+Blue) = 180+99+221=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #B463DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463DD is #4B9C22. Grayscale: #888888. Windows color (decimal): -4955171 or 14508980. OLE color: 14508980.

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

Color convert

RGB 180 99 221 -
CMYK 0.19 0.55 0 0.13
HSL 279.84º 0.64% 0.63% -
HSV(B) 279.84º 0.55% 0.87% -
XYZ 36.34 23.85 71.09 -
YUV 137.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 180 99 221 0.19 0.55 0 0.13 279.84 0.64 0.63
Hex B4 63 DD 13 37 0 D 118 40 3F
Octal 264 143 335 23 67 0 15 430 100 77
Binary 10110100 1100011 11011101 10011 110111 0 1101 100011000 1000000 111111

Color Harmonies of #B463DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463DD

Black with #B463DD

Text Example


Text Example

White with #B463DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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