Html Css Color HEX #B368DB Medium Orchid

📋 copy color: '#B368DB'

red 179 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #B368DB

Tints of Medium Orchid #B368DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

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

R = 35.66%
G = 20.72%
B = 43.63%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B368DB (or 0xB368DB) is known color: Medium Orchid. HEX triplet: B3, 68 and DB. RGB value is (179,104,219). Sum of RGB (Red+Green+Blue) = 179+104+219=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B368DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368DB is #4C9724. Grayscale: #8B8B8B. Windows color (decimal): -5019429 or 14379187. OLE color: 14379187.

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

Color convert

RGB 179 104 219 -
CMYK 0.18 0.53 0 0.14
HSL 279.13º 0.61% 0.63% -
HSV(B) 279.13º 0.53% 0.86% -
XYZ 36.33 24.6 69.85 -
YUV 139.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 179 104 219 0.18 0.53 0 0.14 279.13 0.61 0.63
Hex B3 68 DB 12 35 0 E 117 3D 3F
Octal 263 150 333 22 65 0 16 427 75 77
Binary 10110011 1101000 11011011 10010 110101 0 1110 100010111 111101 111111

Color Harmonies of #B368DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368DB

Black with #B368DB

Text Example


Text Example

White with #B368DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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