Html Css Color HEX #B358EC Medium Orchid

📋 copy color: '#B358EC'

red 179 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #B358EC

Tints of Medium Orchid #B358EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.5%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 35.59%
G = 17.5%
B = 46.92%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B358EC (or 0xB358EC) is known color: Medium Orchid. HEX triplet: B3, 58 and EC. RGB value is (179,88,236). Sum of RGB (Red+Green+Blue) = 179+88+236=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B358EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358EC is #4CA713. Grayscale: #838383. Windows color (decimal): -5023508 or 15489203. OLE color: 15489203.

HSL color Cylindrical-coordinate representation of color #B358EC: hue angle of 276.89º degrees, saturation: 0.8, 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 #B358EC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 88 236 -
CMYK 0.24 0.63 0 0.07
HSL 276.89º 0.8% 0.64% -
HSV(B) 276.89º 0.63% 0.93% -
XYZ 37.22 22.62 81.76 -
YUV 132.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 179 88 236 0.24 0.63 0 0.07 276.89 0.8 0.64
Hex B3 58 EC 18 3F 0 7 115 50 40
Octal 263 130 354 30 77 0 7 425 120 100
Binary 10110011 1011000 11101100 11000 111111 0 111 100010101 1010000 1000000

Color Harmonies of #B358EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358EC

Black with #B358EC

Text Example


Text Example

White with #B358EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358EC; }

 p { color: rgb(179,88,236); }

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

background-color css

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

 a { background-color: rgb(179,88,236); }

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

border-color css

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

 span { border-color: rgb(179,88,236); }

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