Html Css Color HEX #B361DC Medium Orchid

📋 copy color: '#B361DC'

red 179 ◦ green 97 ◦ blue 220

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

Shades of Medium Orchid #B361DC

Tints of Medium Orchid #B361DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

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

R = 36.09%
G = 19.56%
B = 44.35%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B361DC (or 0xB361DC) is known color: Medium Orchid. HEX triplet: B3, 61 and DC. RGB value is (179,97,220). Sum of RGB (Red+Green+Blue) = 179+97+220=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B361DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361DC is #4C9E23. Grayscale: #878787. Windows color (decimal): -5021220 or 14442931. OLE color: 14442931.

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

Color convert

RGB 179 97 220 -
CMYK 0.19 0.56 0 0.14
HSL 280º 0.64% 0.62% -
HSV(B) 280º 0.56% 0.86% -
XYZ 35.78 23.3 70.32 -
YUV 135.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 179 97 220 0.19 0.56 0 0.14 280 0.64 0.62
Hex B3 61 DC 13 38 0 E 118 40 3E
Octal 263 141 334 23 70 0 16 430 100 76
Binary 10110011 1100001 11011100 10011 111000 0 1110 100011000 1000000 111110

Color Harmonies of #B361DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361DC

Black with #B361DC

Text Example


Text Example

White with #B361DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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