Html Css Color HEX #B364DB Medium Orchid

📋 copy color: '#B364DB'

red 179 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #B364DB

Tints of Medium Orchid #B364DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.08%

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

R = 35.94%
G = 20.08%
B = 43.98%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B364DB (or 0xB364DB) is known color: Medium Orchid. HEX triplet: B3, 64 and DB. RGB value is (179,100,219). Sum of RGB (Red+Green+Blue) = 179+100+219=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #B364DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364DB is #4C9B24. Grayscale: #888888. Windows color (decimal): -5020453 or 14378163. OLE color: 14378163.

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

Color convert

RGB 179 100 219 -
CMYK 0.18 0.54 0 0.14
HSL 279.83º 0.62% 0.63% -
HSV(B) 279.83º 0.54% 0.86% -
XYZ 35.93 23.81 69.72 -
YUV 137.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 179 100 219 0.18 0.54 0 0.14 279.83 0.62 0.63
Hex B3 64 DB 12 36 0 E 118 3E 3F
Octal 263 144 333 22 66 0 16 430 76 77
Binary 10110011 1100100 11011011 10010 110110 0 1110 100011000 111110 111111

Color Harmonies of #B364DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364DB

Black with #B364DB

Text Example


Text Example

White with #B364DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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