Html Css Color HEX #B360CE Medium Orchid

📋 copy color: '#B360CE'

red 179 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #B360CE

Tints of Medium Orchid #B360CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 37.21%
G = 19.96%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B360CE (or 0xB360CE) is known color: Medium Orchid. HEX triplet: B3, 60 and CE. RGB value is (179,96,206). Sum of RGB (Red+Green+Blue) = 179+96+206=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B360CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360CE is #4C9F31. Grayscale: #858585. Windows color (decimal): -5021490 or 13525171. OLE color: 13525171.

HSL color Cylindrical-coordinate representation of color #B360CE: hue angle of 285.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B360CE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 96 206 -
CMYK 0.13 0.53 0 0.19
HSL 285.27º 0.53% 0.59% -
HSV(B) 285.27º 0.53% 0.81% -
XYZ 33.91 22.41 60.93 -
YUV 133.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 179 96 206 0.13 0.53 0 0.19 285.27 0.53 0.59
Hex B3 60 CE D 35 0 13 11D 35 3B
Octal 263 140 316 15 65 0 23 435 65 73
Binary 10110011 1100000 11001110 1101 110101 0 10011 100011101 110101 111011

Color Harmonies of #B360CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360CE

Black with #B360CE

Text Example


Text Example

White with #B360CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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