Html Css Color HEX #B361DD Medium Orchid

📋 copy color: '#B361DD'

red 179 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #B361DD

Tints of Medium Orchid #B361DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 36.02%
G = 19.52%
B = 44.47%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B361DD (or 0xB361DD) is known color: Medium Orchid. HEX triplet: B3, 61 and DD. RGB value is (179,97,221). Sum of RGB (Red+Green+Blue) = 179+97+221=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #B361DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361DD is #4C9E22. Grayscale: #878787. Windows color (decimal): -5021219 or 14508467. OLE color: 14508467.

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

Color convert

RGB 179 97 221 -
CMYK 0.19 0.56 0 0.13
HSL 279.68º 0.65% 0.62% -
HSV(B) 279.68º 0.56% 0.87% -
XYZ 35.92 23.35 71.02 -
YUV 135.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 179 97 221 0.19 0.56 0 0.13 279.68 0.65 0.62
Hex B3 61 DD 13 38 0 D 118 41 3E
Octal 263 141 335 23 70 0 15 430 101 76
Binary 10110011 1100001 11011101 10011 111000 0 1101 100011000 1000001 111110

Color Harmonies of #B361DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361DD

Black with #B361DD

Text Example


Text Example

White with #B361DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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