Html Css Color HEX #B360E5 Medium Orchid

📋 copy color: '#B360E5'

red 179 ◦ green 96 ◦ blue 229

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

Shades of Medium Orchid #B360E5

Tints of Medium Orchid #B360E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 35.52%
G = 19.05%
B = 45.44%

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

#B360E5 (or 0xB360E5) is known color: Medium Orchid. HEX triplet: B3, 60 and E5. RGB value is (179,96,229). Sum of RGB (Red+Green+Blue) = 179+96+229=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #B360E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360E5 is #4C9F1A. Grayscale: #878787. Windows color (decimal): -5021467 or 15032499. OLE color: 15032499.

HSL color Cylindrical-coordinate representation of color #B360E5: hue angle of 277.44º degrees, saturation: 0.72, 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 #B360E5 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 96 229 -
CMYK 0.22 0.58 0 0.10
HSL 277.44º 0.72% 0.64% -
HSV(B) 277.44º 0.58% 0.9% -
XYZ 36.92 23.61 76.74 -
YUV 135.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 179 96 229 0.22 0.58 0 0.10 277.44 0.72 0.64
Hex B3 60 E5 16 3A 0 A 115 48 40
Octal 263 140 345 26 72 0 12 425 110 100
Binary 10110011 1100000 11100101 10110 111010 0 1010 100010101 1001000 1000000

Color Harmonies of #B360E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360E5

Black with #B360E5

Text Example


Text Example

White with #B360E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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