Html Css Color HEX #B350EC Medium Orchid

📋 copy color: '#B350EC'

red 179 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #B350EC

Tints of Medium Orchid #B350EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.16%

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

R = 36.16%
G = 16.16%
B = 47.68%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B350EC (or 0xB350EC) is known color: Medium Orchid. HEX triplet: B3, 50 and EC. RGB value is (179,80,236). Sum of RGB (Red+Green+Blue) = 179+80+236=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #B350EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350EC is #4CAF13. Grayscale: #7E7E7E. Windows color (decimal): -5025556 or 15487155. OLE color: 15487155.

HSL color Cylindrical-coordinate representation of color #B350EC: hue angle of 278.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B350EC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 80 236 -
CMYK 0.24 0.66 0 0.07
HSL 278.08º 0.8% 0.62% -
HSV(B) 278.08º 0.66% 0.93% -
XYZ 36.6 21.38 81.55 -
YUV 127.39 189.3 164.82 -
System Red Green Blue C M Y K H S L
Decimal 179 80 236 0.24 0.66 0 0.07 278.08 0.8 0.62
Hex B3 50 EC 18 42 0 7 116 50 3E
Octal 263 120 354 30 102 0 7 426 120 76
Binary 10110011 1010000 11101100 11000 1000010 0 111 100010110 1010000 111110

Color Harmonies of #B350EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350EC

Black with #B350EC

Text Example


Text Example

White with #B350EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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