Html Css Color HEX #B360DD Medium Orchid

📋 copy color: '#B360DD'

red 179 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #B360DD

Tints of Medium Orchid #B360DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.35%

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

R = 36.09%
G = 19.35%
B = 44.56%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B360DD (or 0xB360DD) is known color: Medium Orchid. HEX triplet: B3, 60 and DD. RGB value is (179,96,221). Sum of RGB (Red+Green+Blue) = 179+96+221=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #B360DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360DD is #4C9F22. Grayscale: #868686. Windows color (decimal): -5021475 or 14508211. OLE color: 14508211.

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

Color convert

RGB 179 96 221 -
CMYK 0.19 0.57 0 0.13
HSL 279.84º 0.65% 0.62% -
HSV(B) 279.84º 0.57% 0.87% -
XYZ 35.82 23.17 70.99 -
YUV 135.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 179 96 221 0.19 0.57 0 0.13 279.84 0.65 0.62
Hex B3 60 DD 13 39 0 D 118 41 3E
Octal 263 140 335 23 71 0 15 430 101 76
Binary 10110011 1100000 11011101 10011 111001 0 1101 100011000 1000001 111110

Color Harmonies of #B360DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360DD

Black with #B360DD

Text Example


Text Example

White with #B360DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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