Html Css Color HEX #B360D8 Medium Orchid

📋 copy color: '#B360D8'

red 179 ◦ green 96 ◦ blue 216

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

Shades of Medium Orchid #B360D8

Tints of Medium Orchid #B360D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 36.46%
G = 19.55%
B = 43.99%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B360D8 (or 0xB360D8) is known color: Medium Orchid. HEX triplet: B3, 60 and D8. RGB value is (179,96,216). Sum of RGB (Red+Green+Blue) = 179+96+216=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #B360D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360D8 is #4C9F27. Grayscale: #868686. Windows color (decimal): -5021480 or 14180531. OLE color: 14180531.

HSL color Cylindrical-coordinate representation of color #B360D8: hue angle of 281.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B360D8 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 96 216 -
CMYK 0.17 0.56 0 0.15
HSL 281.5º 0.61% 0.61% -
HSV(B) 281.5º 0.56% 0.85% -
XYZ 35.17 22.91 67.53 -
YUV 134.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 179 96 216 0.17 0.56 0 0.15 281.5 0.61 0.61
Hex B3 60 D8 11 38 0 F 11A 3D 3D
Octal 263 140 330 21 70 0 17 432 75 75
Binary 10110011 1100000 11011000 10001 111000 0 1111 100011010 111101 111101

Color Harmonies of #B360D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360D8

Black with #B360D8

Text Example


Text Example

White with #B360D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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