Html Css Color HEX #B360D6 Medium Orchid

📋 copy color: '#B360D6'

red 179 ◦ green 96 ◦ blue 214

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

Shades of Medium Orchid #B360D6

Tints of Medium Orchid #B360D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 36.61%
G = 19.63%
B = 43.76%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B360D6 (or 0xB360D6) is known color: Medium Orchid. HEX triplet: B3, 60 and D6. RGB value is (179,96,214). Sum of RGB (Red+Green+Blue) = 179+96+214=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #B360D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360D6 is #4C9F29. Grayscale: #858585. Windows color (decimal): -5021482 or 14049459. OLE color: 14049459.

HSL color Cylindrical-coordinate representation of color #B360D6: hue angle of 282.2º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B360D6 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 96 214 -
CMYK 0.16 0.55 0 0.16
HSL 282.2º 0.59% 0.61% -
HSV(B) 282.2º 0.55% 0.84% -
XYZ 34.91 22.8 66.18 -
YUV 134.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 179 96 214 0.16 0.55 0 0.16 282.2 0.59 0.61
Hex B3 60 D6 10 37 0 10 11A 3B 3D
Octal 263 140 326 20 67 0 20 432 73 75
Binary 10110011 1100000 11010110 10000 110111 0 10000 100011010 111011 111101

Color Harmonies of #B360D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360D6

Black with #B360D6

Text Example


Text Example

White with #B360D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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