Html Css Color HEX #B360DF Medium Orchid

📋 copy color: '#B360DF'

red 179 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #B360DF

Tints of Medium Orchid #B360DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 35.94%
G = 19.28%
B = 44.78%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B360DF (or 0xB360DF) is known color: Medium Orchid. HEX triplet: B3, 60 and DF. RGB value is (179,96,223). Sum of RGB (Red+Green+Blue) = 179+96+223=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #B360DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360DF is #4C9F20. Grayscale: #868686. Windows color (decimal): -5021473 or 14639283. OLE color: 14639283.

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

Color convert

RGB 179 96 223 -
CMYK 0.20 0.57 0 0.13
HSL 279.21º 0.66% 0.63% -
HSV(B) 279.21º 0.57% 0.87% -
XYZ 36.09 23.28 72.4 -
YUV 135.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 179 96 223 0.20 0.57 0 0.13 279.21 0.66 0.63
Hex B3 60 DF 14 39 0 D 117 42 3F
Octal 263 140 337 24 71 0 15 427 102 77
Binary 10110011 1100000 11011111 10100 111001 0 1101 100010111 1000010 111111

Color Harmonies of #B360DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360DF

Black with #B360DF

Text Example


Text Example

White with #B360DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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