Html Css Color HEX #B363DB Medium Orchid

📋 copy color: '#B363DB'

red 179 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #B363DB

Tints of Medium Orchid #B363DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 36.02%
G = 19.92%
B = 44.06%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B363DB (or 0xB363DB) is known color: Medium Orchid. HEX triplet: B3, 63 and DB. RGB value is (179,99,219). Sum of RGB (Red+Green+Blue) = 179+99+219=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B363DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363DB is #4C9C24. Grayscale: #888888. Windows color (decimal): -5020709 or 14377907. OLE color: 14377907.

HSL color Cylindrical-coordinate representation of color #B363DB: hue angle of 280º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B363DB is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 99 219 -
CMYK 0.18 0.55 0 0.14
HSL 280º 0.63% 0.62% -
HSV(B) 280º 0.55% 0.86% -
XYZ 35.84 23.62 69.69 -
YUV 136.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 179 99 219 0.18 0.55 0 0.14 280 0.63 0.62
Hex B3 63 DB 12 37 0 E 118 3E 3E
Octal 263 143 333 22 67 0 16 430 76 76
Binary 10110011 1100011 11011011 10010 110111 0 1110 100011000 111110 111110

Color Harmonies of #B363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363DB

Black with #B363DB

Text Example


Text Example

White with #B363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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