Html Css Color HEX #B364DC Medium Orchid

📋 copy color: '#B364DC'

red 179 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #B364DC

Tints of Medium Orchid #B364DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 35.87%
G = 20.04%
B = 44.09%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B364DC (or 0xB364DC) is known color: Medium Orchid. HEX triplet: B3, 64 and DC. RGB value is (179,100,220). Sum of RGB (Red+Green+Blue) = 179+100+220=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B364DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364DC is #4C9B23. Grayscale: #888888. Windows color (decimal): -5020452 or 14443699. OLE color: 14443699.

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

Color convert

RGB 179 100 220 -
CMYK 0.19 0.55 0 0.14
HSL 279.5º 0.63% 0.63% -
HSV(B) 279.5º 0.55% 0.86% -
XYZ 36.07 23.87 70.42 -
YUV 137.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 179 100 220 0.19 0.55 0 0.14 279.5 0.63 0.63
Hex B3 64 DC 13 37 0 E 118 3F 3F
Octal 263 144 334 23 67 0 16 430 77 77
Binary 10110011 1100100 11011100 10011 110111 0 1110 100011000 111111 111111

Color Harmonies of #B364DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364DC

Black with #B364DC

Text Example


Text Example

White with #B364DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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