Html Css Color HEX #B360E4 Medium Orchid

📋 copy color: '#B360E4'

red 179 ◦ green 96 ◦ blue 228

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

Shades of Medium Orchid #B360E4

Tints of Medium Orchid #B360E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.33%

R = 35.59%
G = 19.09%
B = 45.33%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B360E4 (or 0xB360E4) is known color: Medium Orchid. HEX triplet: B3, 60 and E4. RGB value is (179,96,228). Sum of RGB (Red+Green+Blue) = 179+96+228=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #B360E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360E4 is #4C9F1B. Grayscale: #878787. Windows color (decimal): -5021468 or 14966963. OLE color: 14966963.

HSL color Cylindrical-coordinate representation of color #B360E4: hue angle of 277.73º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B360E4 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 96 228 -
CMYK 0.21 0.58 0 0.11
HSL 277.73º 0.71% 0.64% -
HSV(B) 277.73º 0.58% 0.89% -
XYZ 36.78 23.55 76.01 -
YUV 135.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 179 96 228 0.21 0.58 0 0.11 277.73 0.71 0.64
Hex B3 60 E4 15 3A 0 B 116 47 40
Octal 263 140 344 25 72 0 13 426 107 100
Binary 10110011 1100000 11100100 10101 111010 0 1011 100010110 1000111 1000000

Color Harmonies of #B360E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360E4

Black with #B360E4

Text Example


Text Example

White with #B360E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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