Html Css Color HEX #B360EE Medium Orchid

📋 copy color: '#B360EE'

red 179 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #B360EE

Tints of Medium Orchid #B360EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 34.89%
G = 18.71%
B = 46.39%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B360EE (or 0xB360EE) is known color: Medium Orchid. HEX triplet: B3, 60 and EE. RGB value is (179,96,238). Sum of RGB (Red+Green+Blue) = 179+96+238=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #B360EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B360EE is #4C9F11. Grayscale: #888888. Windows color (decimal): -5021458 or 15622323. OLE color: 15622323.

HSL color Cylindrical-coordinate representation of color #B360EE: hue angle of 275.07º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B360EE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 96 238 -
CMYK 0.25 0.60 0 0.07
HSL 275.07º 0.81% 0.65% -
HSV(B) 275.07º 0.6% 0.93% -
XYZ 38.21 24.12 83.53 -
YUV 137.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 179 96 238 0.25 0.60 0 0.07 275.07 0.81 0.65
Hex B3 60 EE 19 3C 0 7 113 51 41
Octal 263 140 356 31 74 0 7 423 121 101
Binary 10110011 1100000 11101110 11001 111100 0 111 100010011 1010001 1000001

Color Harmonies of #B360EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360EE

Black with #B360EE

Text Example


Text Example

White with #B360EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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