Html Css Color HEX #B359EE Medium Orchid

📋 copy color: '#B359EE'

red 179 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #B359EE

Tints of Medium Orchid #B359EE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.59%

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

R = 35.38%
G = 17.59%
B = 47.04%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B359EE (or 0xB359EE) is known color: Medium Orchid. HEX triplet: B3, 59 and EE. RGB value is (179,89,238). Sum of RGB (Red+Green+Blue) = 179+89+238=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #B359EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359EE is #4CA611. Grayscale: #848484. Windows color (decimal): -5023250 or 15620531. OLE color: 15620531.

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

Color convert

RGB 179 89 238 -
CMYK 0.25 0.63 0 0.07
HSL 276.24º 0.81% 0.64% -
HSV(B) 276.24º 0.63% 0.93% -
XYZ 37.6 22.9 83.33 -
YUV 132.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 179 89 238 0.25 0.63 0 0.07 276.24 0.81 0.64
Hex B3 59 EE 19 3F 0 7 114 51 40
Octal 263 131 356 31 77 0 7 424 121 100
Binary 10110011 1011001 11101110 11001 111111 0 111 100010100 1010001 1000000

Color Harmonies of #B359EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359EE

Black with #B359EE

Text Example


Text Example

White with #B359EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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