Html Css Color HEX #B360E6 Medium Orchid

📋 copy color: '#B360E6'

red 179 ◦ green 96 ◦ blue 230

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

Shades of Medium Orchid #B360E6

Tints of Medium Orchid #B360E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 35.45%
G = 19.01%
B = 45.54%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B360E6 (or 0xB360E6) is known color: Medium Orchid. HEX triplet: B3, 60 and E6. RGB value is (179,96,230). Sum of RGB (Red+Green+Blue) = 179+96+230=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #B360E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B360E6 is #4C9F19. Grayscale: #878787. Windows color (decimal): -5021466 or 15098035. OLE color: 15098035.

HSL color Cylindrical-coordinate representation of color #B360E6: hue angle of 277.16º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B360E6 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 96 230 -
CMYK 0.22 0.58 0 0.10
HSL 277.16º 0.73% 0.64% -
HSV(B) 277.16º 0.58% 0.9% -
XYZ 37.06 23.66 77.48 -
YUV 136.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 179 96 230 0.22 0.58 0 0.10 277.16 0.73 0.64
Hex B3 60 E6 16 3A 0 A 115 49 40
Octal 263 140 346 26 72 0 12 425 111 100
Binary 10110011 1100000 11100110 10110 111010 0 1010 100010101 1001001 1000000

Color Harmonies of #B360E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360E6

Black with #B360E6

Text Example


Text Example

White with #B360E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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