Html Css Color HEX #B363DD Medium Orchid

📋 copy color: '#B363DD'

red 179 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #B363DD

Tints of Medium Orchid #B363DD

RGB

 RED value IS 179 (70.31% from 255) = 35.87%

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

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

R = 35.87%
G = 19.84%
B = 44.29%

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

#B363DD (or 0xB363DD) is known color: Medium Orchid. HEX triplet: B3, 63 and DD. RGB value is (179,99,221). Sum of RGB (Red+Green+Blue) = 179+99+221=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #B363DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363DD is #4C9C22. Grayscale: #888888. Windows color (decimal): -5020707 or 14508979. OLE color: 14508979.

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

Color convert

RGB 179 99 221 -
CMYK 0.19 0.55 0 0.13
HSL 279.34º 0.64% 0.63% -
HSV(B) 279.34º 0.55% 0.87% -
XYZ 36.1 23.73 71.08 -
YUV 136.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 179 99 221 0.19 0.55 0 0.13 279.34 0.64 0.63
Hex B3 63 DD 13 37 0 D 117 40 3F
Octal 263 143 335 23 67 0 15 427 100 77
Binary 10110011 1100011 11011101 10011 110111 0 1101 100010111 1000000 111111

Color Harmonies of #B363DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363DD

Black with #B363DD

Text Example


Text Example

White with #B363DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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